Skip to content

iost-official/scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dapp

Features

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

Install and Setup

(make sure you have node and npm installed in your computer)

  1. git clone [email protected]:iost-official/dapp.git

  2. cd dapp

  3. sudo npm install

  4. sudo npm link

Commands

scaf -h

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published