Skip to content

0xdoll/fullstack_defi

Repository files navigation

Fullstack Defi Project: Token Bank

Introduction

My first Fullstack Defi/Dapp Project. Users can stake their ERC20 tokens on this platform, and then get rewarded by the reward token. (Similar to yieal farming or liquidity mining)

Technology Used

  • Smart Contract: Solidity, hardhat
  • Frondend: React.js, ethers.js

Development Progress

  • Ethereum Smart Contacts: Completed, and deployed on Rinkeby testnet.
  • Frondend: TODO (I'm learning React.js)

Deployed contract addresses on Rinkeby testnet

Usage

Smart contracts

# deploy & verify contracts
$ npx hardhat run scripts/deploy.js --network rinkeby

# do some tests
$ npx hardhat run scripts/test.js --network rinkeby

Frondend

# TODO

Web UI

About

My first Fullstack Defi/Dapp Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published