Skip to content

streetycat/dmchain_contract

 
 

Repository files navigation

About

Community

Building contracts


Download

git clone http://git.fibos.io/fibos/contracts.git --recursive

If a repository is cloned without the --recursive flag, the submodules can be retrieved after the fact by running this command from within the repo:

cd contracts
git submodule update --init --recursive

Update

cd contracts
git pull
git submodule update --init --recursive

Build

cd contracts
bash build.sh

Test


Install depend

cd contracts/fibos.contracts/eosio.token/test
fibos --install

Run test case

cd contracts/fibos.contracts/eosio.token
fibos ./test/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.4%
  • C++ 21.9%
  • Other 0.7%