-
**Version of EOSJS**
20.0
**Describe the bug**
the `yarn build-web` command does not seem working in this page: https://eosio.github.io/eosjs/latest/basic-usage/browser
Some prerequisite is r…
dixia updated
3 years ago
-
Are there plans to implement a `KeosdSignatureProvider` ?
If I build one, are there any important considerations other than complying to the `SignatureProdiver` interface ?
The eosjs 2.0 constru…
-
Take for example the following account:
https://wax.eosrio.io/v2/state/get_account?account=lurk24dotcom
![image](https://user-images.githubusercontent.com/47430663/121215021-7ca56200-c834-11eb-9cd8-…
-
-
I got this message when trying to create an EOSIO-Signing-Request, from this line of code,
https://github.com/greymass/eosio-core/blob/9f1d6676bc4957b60205ca0d65eac40697aafe74/src/chain/public-key.…
-
nodeos 1.8 adds `/v1/send_transaction` to replace the legacy `/v1/push_transaction`.
`push_transaction` reproduces the legacy trace format; this increases the load on nodeos.
`send_transaction` …
-
I'm having issues with setabi, please help how to achieve this on browser. I am able to setcode but not with setabi.
-
**Version of EOSJS**
Snippet of package.json
```json
"dependencies": {
"@hapi/hapi": "^20.1.0",
"@hapi/inert": "^6.0.3",
"@hapi/vision": "^6.0.1",
"eosjs": "^21.1.0-29-d765fc3…
-
Is there a way to deserialize the table_rows returned data that are serialized since they are not actions? (preferably through eosjs)
here below is the screenshot of what I was trying to accomplish…
-
ERROR
- Screenshot of the error attached.
Code Below
var EOS = require('eosjs');
var ecc = require('eosjs-ecc');
// Default configuration
var config = {
chainId: '2a02a0053e5a8cf73…