This is the Concordium smart contract modelling projects listed in OVERLAY.
This smart contract module stores project data of OVERLAY.
You need to install the following tools to build this smart contract source codes.
Please refer to the Concordium official Quick start guide for more information.
- Hit the following command to build.
% cargo concordium build
Then you can find wasm file built under the following directory.
% ls ./target/concordium/wasm32-unknown-unknown/release/overlay_projects.wasm.v1
./target/concordium/wasm32-unknown-unknown/release/overlay_projects.wasm.v1
- Hit the following command to execute all unit tests.
% cargo concordium test
see LICENSE file.