Skip to content

overlaydao/overlay-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OVERLAY projects smart contract

This is the Concordium smart contract modelling projects listed in OVERLAY.

This smart contract module stores project data of OVERLAY.

How to build

Prerequisite

You need to install the following tools to build this smart contract source codes.

  1. rustup
  2. cargo-concordium

Please refer to the Concordium official Quick start guide for more information.

Build

  • 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

How to run unit test

  • Hit the following command to execute all unit tests.
% cargo concordium test

LICENSE

see LICENSE file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages