kamiyaa / staking-rewards-example

A (nearly) real world staking rewards smart contract example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

staking-rewards-example

A (nearly) real world staking rewards smart contract example

Building

First, install dependencies:

~$ yarn install

Next, compile contracts:

~$ yarn run compile

(optional) run tests:

~$ yarn run test

Code style

yarn run fmt will format the solidity/contract code. yarn run fmt-test will format the typescript/test code.

About

A (nearly) real world staking rewards smart contract example

License:MIT License


Languages

Language:TypeScript 66.8%Language:Solidity 32.2%Language:JavaScript 1.0%