Skip to content

Files

Latest commit

 

History

History
32 lines (20 loc) · 347 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 347 Bytes

Deposit Wallet Contracts for Riseon Marketplace

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

Gas Snapshots

$ forge snapshot

### Deploy

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