eosjs icon indicating copy to clipboard operation
eosjs copied to clipboard

General purpose library for the EOSIO blockchain.

Results 53 eosjs issues
Sort by recently updated
recently updated
newest added

After a `linkauth` action has been executed linking an account's permissions to a contract's actions there appears to be no way to read that link from the blockchain. The best...

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...

enhancement

Source maps shipped with builds don't have the sources inlined and ts files in the src directory are omitted from the package tarballs

## Change Description this PR might fix #716 issue ## API Changes - [x] API Changes ## Documentation Additions - [ ] Documentation Additions

### Overview This is a rather simple semantic to add to the project. Currently, the documentation asks users to clone and build the project from scratch. **As seen here:** https://eosio.github.io/eosjs/latest/basic-usage/browser...

enhancement

Is it possible to deploy smart contract from browser? Looks like the setcode function is expecting buffer data which is I believe not available in browser. Please help if anyone...

documentation

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...

documentation

The `encodeName` and other functions of the [`format` module of eosjs1](https://github.com/EOSIO/eosjs/blob/v16.0.9/src/format.js) are really useful. It would be great if they are still available in eosjs2.

enhancement

## Change Description We experienced some nasty bundle sizes in production over at https://everipedia.org and found this simple change to reduce the bundle size over 500KB! ## Before ![image](https://user-images.githubusercontent.com/3408480/74569475-7bb63600-4f48-11ea-8ffe-2b95af9d4c46.png) ##...

## Change Description ## API Changes - [ ] API Changes ## Documentation Additions - [ ] Documentation Additions