https://github.com/walletconnect/session-keys-demo-contracts
https://github.com/walletconnect/session-keys-demo-contracts
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/walletconnect/session-keys-demo-contracts
- Owner: WalletConnect
- Created: 2024-03-18T18:15:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T08:56:42.000Z (about 2 years ago)
- Last Synced: 2025-06-21T03:32:14.279Z (12 months ago)
- Language: Solidity
- Size: 53.7 MB
- Stars: 6
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```