https://github.com/volumefi/apeworx-test
https://github.com/volumefi/apeworx-test
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/volumefi/apeworx-test
- Owner: VolumeFi
- Created: 2022-08-05T06:59:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-05T07:04:13.000Z (almost 4 years ago)
- Last Synced: 2025-09-13T17:03:17.456Z (9 months ago)
- Language: Vyper
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apeworx test
## ApeWorx installation
```sh
pipx install eth-ape infura alchemy vyper foundry
```
## Foundry installation
```sh
curl -L https://foundry.paradigm.xyz | bash
foundryup
```
## Test
```sh
ape test
```
## Test on mainnet-fork
```sh
ape test --network :mainnet-fork:foundry
```
## Deploy on mainnet
```sh
ape run deploy --network :mainnet:infura
```