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
(Rate-Limiting-Nullifier fork) Smart-contract for Rate-Limit Nullifier
SolidityApache-2.0
Install Foundry framework:
curl -L https://foundry.paradigm.xyz | bash
foundryup
Build:
forge build
Test:
forge test