Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (28 loc) · 746 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 746 Bytes

Foundry project for Rate-Limit Nullifier contract

This repo is deprecated. Contracts are now here




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