This repo is deprecated. Contracts are now here
This is the fork of Vac's RLN smart-contract
Install Foundry framework:
curl -L https://foundry.paradigm.xyz | bash
foundryup
Build:
forge build
Test:
forge test
- ERC20 support for staking
- Fees support
- NatSpec docs
- Testing