weixuefeng
weixuefeng
js deploy log ``` 90014b0214780796540503ff3864b31a854dfc0d59116846e5b59a70601faed8 sequence: (35998) Solution found, try composing the transaction... rawtx 010000000001014149a398bc83be0ac3cf5dd774b8d1aea471ef6b070670136f039ff700e5167201000000009e8c000002ad0d000000000000225120338eeb03dd8b126a47b9e0177ded27e7700ddf93595afa90f8a44221cb086edcc3a76205000000002251209bc722ea83b0c5df6abc01d721500b944011575df445aa41adcdae25ccc6444e0140dc468ae4dc2a0cea33eb913df5cf40d983c0533f3fbb7f89d5dc54d839b383daf2f4c2a579e6b9e86fd036b0af29a8c3633e45e25daea94c0a0f2f185dad4d8300000000 Success sent tx: 90014b0214780796540503ff3864b31a854dfc0d59116846e5b59a70601faed8 Workers have completed their tasks. ... ... ... ... Worker stopped...
I want to call aleo sdk from js. first, compile aleo to wasm. js call wasm flutter call js. When i call @aleoHq/sdk, I got error ``` const { initThreadPool:...
## 🚀 Feature - Add sdk for android & iOS
when i execute yarn test, i got error ``` Error: Error fetching blocks between 1453431 and 1453481. ``` is network error? [pull request](https://github.com/AleoHQ/sdk/pull/856) how can i resolve it? also, when...
Update copyright 2023 -> 2024
public key hex: 5c6479f2997317622f8ce1efae8e7d5d448aa60b5bede2d70ce20e781032f571 trust wallet core address: 0:f70e57671468d1c3123a8baeb007d3d483226c99a6f087c6c59053ae3565b298 everscale wallet: 0:c04a3b76473ae6a33df68a63f41099362062c66893e0064592f14e76656f6b7c is there have some problem?
when i post this transaction to rpc, i got response only hash, and i can not found it on blockchain or any error message. i want to know where my...
my js content is: ``` function testHello() { return "hello" } let myLib = { testHello } module.export = myLib ``` flutter content is: ``` await initRuntime(); var res =...
my code: ``` Future signTransaction(String? toAddress, String privateKeyHex, BigInt amount, String? encodedContractData) async { var expire = (DateTime.now().microsecondsSinceEpoch / 1000000 + 300).toInt(); var transfer = Everscale.Transfer( amount: $fixnum.Int64(amount.toInt()), expiredAt: expire,...