https://github.com/llopez/escrow
https://github.com/llopez/escrow
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/llopez/escrow
- Owner: llopez
- Created: 2023-09-05T02:47:41.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-05T03:32:01.000Z (almost 3 years ago)
- Last Synced: 2023-09-05T08:57:00.616Z (almost 3 years ago)
- Language: Solidity
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/llopez/Escrow/actions/workflows/test.yml)
## Escrow
The escrow holds the deposited tokens until the payment conditions are satisfied.
## Usage
### Build
```shell
$ forge build
```
### Test
```shell
$ forge test
```
### Format
```shell
$ forge fmt
```
### Gas Snapshots
```shell
$ forge snapshot
```
### Anvil
```shell
$ anvil
```
### Deploy
```shell
$ source .env
$ forge script script/Deploy.s.sol:Deploy --rpc-url $GOERLI_RPC_URL --broadcast --verify -vvvv
```
### Cast
```shell
$ cast
```
### Help
```shell
$ forge --help
$ anvil --help
$ cast --help
```