-
GetBalanceException Traceback (most recent call last)
in ()
1 #eos.get_currency_balance()
----> 2 eos.get_currency_balance('eosio.token', 'eoscanadacom', 'EOS')
~\An…
-
Hey, first of all thx for that repo, helps me out quite a bit and i love it!
My problem is that i cant transfer nfts, for example like:
`push_transaction('atomicassets', "transfer", "accountname_h…
-
the README states I should be able to do:
```js
Eos = require('eosjs')
eos = Eos.Testnet(...)
```
but if I:
```js
console.log(Eos.Testnet)
```
I get `undefined`. I'm using v20.0.0-beta3 of e…
ekkis updated
3 years ago
-
I'm trying to build an NPM package that includes eosjs-ecc. When I build it I get this:
WARNING in ./node_modules/bytebuffer/dist/bytebuffer-node.js
Module not found: Error: Can't resolve 'm…
-
beta3 has serialization issues with blank names (eosio type) and eosjs's main version is now 20+
-
**Version of EOSJS**
22.1.0
**Describe the bug**
node_modules/eosjs/dist/eosjs-jsonrpc.js:102
return [4 /*yield*/, f(this.endpoint + path, {
…
-
I'm trying to deploy contract using eosjs. setcode part is working, but I'm having trouble with setabi. When I deploy abi without any tables, it works. But if there will be at least one table, the err…
-
Hi, I have been following instructions from link https://github.com/EvaCoop/eosjs-react-native , to setup eosjs on already-build react-native app.
I have installed related dependencies as well like …
-
https://cmichel.io/how-to-fetch-table-indexes-using-eosjs/
-
Hey,
I am using eosjs-keygen for generating EOS key, in my React and React-Native app. Key-pairs are generated successfully in React, but when I tried same thing on React-Native, it causes following…