Scaffold is designed to offer developers convenience when writing js smart contract for iost blockchain.
It has following features
-
init a dapp project with appropriate structure
-
commands to init contract files, add functions and add tests for contract easily
-
mocked system functions (including blockchain functions and storage functions) are embedded to test contract properly
-
compile contract file to generate valid contract and abi file which can be uploaded to blockchain directly
-
run test cases for a contract
(make sure you have node and npm installed in your computer)
-
git clone [email protected]:iost-official/dapp.git
-
cd dapp
-
sudo npm install
-
sudo npm link
scaf -h