Skip to content

olanipekunife/defi-staking-app

Repository files navigation

Defi staking app

Install ganache and import

Import ganache wallet into metamask(Required for local testing)

  • From the list of networks on metamast, click on custom RPC and input the following
  • Copy a private key from one of the wallet address in Ganache and import into metamask

Install truffle globally

yarn global add truffle

compile contracts

truffle compiile

Migrate contracts on the blockchainrun

truffle migrate --reset

Mocha and Chai testing suite

truffle test

Run DAPP

yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published