This is the Concordium smart contract modelling OVERLAY users.
This smart contract module stores user 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 buildThen you can find wasm file built under the following directory.
% ls ./target/concordium/wasm32-unknown-unknown/release/overlay_users.wasm.v1
./target/concordium/wasm32-unknown-unknown/release/overlay_users.wasm.v1- Hit the following command to execute all unit tests.
% cargo concordium testsee LICENSE file.