Skip to content

mode-network/revenue-sharing-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

revenue-sharing-contract

This is a modified version of the Turnstile contract from Canto https://github.com/Canto-Improvement-Proposals/CIPs/blob/main/CIP-001.md

Setup

forge install

Deploy

Create .env file and set Ethereum RPC at MODE_RPC_URL and deployer private key at PRIVATE_KEY.

Run

source .env
forge script script/FeeSharing.s.sol:FeeSharingScript --rpc-url $MODE_RPC_URL --broadcast -vvvv

Test

forge test -vvv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published