Skip to content

GrowthProtocol/wrapped-r5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wrapped R5 (WR5)

A capped ERC20 wrapper for the native R5 coin, with burn and EIP‑2612 permit support.

Setup

  1. git clone this repo
  2. npm install
  3. Copy config/.env.example.env and fill in your keys

Testing

npx hardhat test

Deployment

npx hardhat run scripts/deploy.js --network <mainnet|testnet>

Verification

npx hardhat run scripts/verify.js  --network <mainnet|testnet>

About

ERC20 wrapper for R5 coins to be deployed and used in other EVM-compatible networks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 60.0%
  • Solidity 40.0%