Skip to content

realiotech/genesis-contract

Repository files navigation

Realio Genesis Contract

Prerequisites

Install Node version 12.83 or higher. Open a command line shell.

Run npm install to install dependencies of the project

Finally npm install -g truffle will install truffle

Compiling contracts

To compile the contracts use Truffle. Use npm install -g truffle if not installed.

truffle compile

Development && testing

In a new shell compile the contracts

truffle compile

Use npm test to test the contracts. Test file is in tests/ directory

About

Realio Genesis contract to stake RIO and reward xRIO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published