Skip to content

feiyunwill/dmchain_contract

 
 

Repository files navigation

Building contracts


Download

git clone git_path --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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.8%
  • CMake 2.1%
  • Shell 1.1%