Skip to content

A smart contract for a rewards system that allows users to claim tokens only after multiple authorized signatures approve the request. It ensures secure and verifiable token distribution through multi-party authorization.

Notifications You must be signed in to change notification settings

ngduythao/vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Casino withdrawls

Usage

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

Gas Snapshots

$ forge snapshot

Anvil

$ anvil

Deploy

$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>

Cast

$ cast <subcommand>

Help

$ forge --help
$ anvil --help
$ cast --help

Chainlist

https://api.etherscan.io/v2/chainlist

About

A smart contract for a rewards system that allows users to claim tokens only after multiple authorized signatures approve the request. It ensures secure and verifiable token distribution through multi-party authorization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published