An open API service indexing awesome lists of open source software.

https://github.com/walletconnect/session-keys-demo-contracts


https://github.com/walletconnect/session-keys-demo-contracts

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

## Install

```shell
$ pnpm i
```

### Build

```shell
$ forge build
```

### Test

```shell
$ forge test
```

### Format

```shell
$ forge fmt
```

### Gas Snapshots

```shell
$ forge snapshot
```

### Anvil

```shell
$ anvil
```

### Deploy

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

### Cast

```shell
$ cast
```

### Help

```shell
$ forge --help
$ anvil --help
$ cast --help
```