Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 881 Bytes

File metadata and controls

35 lines (20 loc) · 881 Bytes

Tonomy-Contracts

Smart contracts to run the governance, identity, DAO, token and other ecosystem tools.

Dependencies

For development, you don't need these, but they allow you to have correctly configured intellisense in VS Code and other IDEs

Run ./setup-cpp.sh to install these.

Install the Antelope cdt locally so that the VS Code Intellisense will be able to follow Antelope library classes and assets

Run ./setup-cpp.sh to install these.

Build

./build-contracts.sh

Build contracts for testing

To build the contracts for testing (with the Tonomy-ID-SDK integration tests):

export BUILD_TEST=true
./delete-built-contracts.sh
./build-contracts.sh

Build blockchain node container

./blockchain/build-docker.sh