Isgeny / snsbt-governance

Ride smart contract for sNSBT governance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sNSBT Governance

Ride smart contract for sNSBT governance on the Waves blockchain.

Run tests

Install docker

Link: https://docs.docker.com/engine/install/

Install dotnet sdk

Link: https://learn.microsoft.com/en-us/dotnet/core/install/

Run waves private node in docker

Link: https://github.com/wavesplatform/Waves/tree/HEAD/docker

Example:

docker run --rm -d --name node -p 6869:6869 wavesplatform/waves-private-node

Execute tests

Execute the following command from the project root:

dotnet test ./tests --nologo -l "console;verbosity=normal"

About

Ride smart contract for sNSBT governance

License:MIT License


Languages

Language:C# 100.0%