Skip to content

bounty0x/StakingContract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bounty0xStakingContract

Build Status

Staking contract based on Zeppelin Contracts

Requirements

To run tests you need to install the following software:

Deployment

To deploy smart contracts to local network do the following steps:

  1. Go to the smart contract folder and run truffle console:
$ cd Bounty0xStakingContract
$ npm install
$ truffle develop
  1. Inside truffle console, invoke "migrate" command to deploy contracts:
truffle> migrate

How to test

Open the terminal and run the following commands:

$ cd Bounty0xStakingContract
$ npm install
$ truffle test

About

Staking contract based on Zeppelin Contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors