/Rate-Limiting-Nullifier-rln-contract

(Rate-Limiting-Nullifier fork) Smart-contract for Rate-Limit Nullifier

Primary LanguageSolidityApache License 2.0Apache-2.0

Foundry project for Rate-Limit Nullifier contract

This is the fork of Vac's RLN smart-contract

How to use

Install Foundry framework:

curl -L https://foundry.paradigm.xyz | bash
foundryup

Build:

forge build

Test:

forge test

Current development track:

  • ERC20 support for staking
  • Fees support
  • NatSpec docs
  • Testing