Skip to content

ryoctrl/Iost-Playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IOST PlayGround

this repository is IOST playground by Node.js.

USAGE

index.js is cli test tool that sends request to IOST chain.

$ node index.js $account $privateKey $methodName $methodargs1 $methodargs2

iost-helper.js provides function to sign transactions and send requests to the IOST chain.

const iost = require('./iost-helper');
iost.request(CONTRACT_ADDR, ACCOUNT, PRIVATE_KEY, METHOD_NAME, ArgsArray);

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published