neeboo

Results 47 comments of neeboo
trafficstars

one more thing. ```javascript const tx = contract.methods.transfer(address, parseInt(amount)).send({ from: active.address, //

@mattlockyer would you try this branch to see if it works for you. https://github.com/harmony-one/sdk/tree/neeboo/contract

Sorry to have you encountered so many problems, since the SDK has not been updated for a while. Maybe there are some issues undiscovered during this time, harmony's mainnet apis...

> Hi Guys, > > I had tried to compile one of the Ethereum smartcontract basically a NFT token standard, but it said the truffle version needs to updated to...

Hi , what kind of devices are you using.

use this branch configured in pubspec.yaml ```yaml agent_dart: git: url: https://github.com/AstroxNetwork/agent_dart ref: "b880bde" ```

Can you confirm this issue still exists? @awazgyawali

> @neeboo Unfortunately it does on version 0.1.24+1. Does the team have any plan to release a new build? yes, we are woking on it, will be 1.0.0+

> Right now the project has a dependency on flutter thus it's not possible to use the package on a pure dart environment like a server-side dart. > > Package...

npm的版本,用这段代码,未知原因不能成功setValue 需要重新获得instance之后,然后instance.setValue(state)才可以 ```tsx class DemoBraftEditor extends React.Component{ state:ComponentState = { editorState: BraftEditor.createEditorState(null), } editorInstance:BraftEditor|undefined ... uploadHandler = (param:UploadFile) => { this.setState((prevState: ComponentState) => ({ editorState: ContentUtils.insertMedias(prevState.editorState, [ { type: 'IMAGE',...