EOSIO / eosjs

General purpose library for the EOSIO blockchain.
http://eosio.github.io/eosjs
MIT License
1.43k stars 463 forks source link

how to add a new schema #212

Closed yankunsam closed 6 years ago

yankunsam commented 6 years ago

I write a smart contract, I want to push an action by eosjs. So what should I do ? Thanks

jcalfee commented 6 years ago

Did you see this? https://github.com/EOSIO/eosjs#contract

Sounds like you can skip down to "Fetch a smart contract"