Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shouc authored Sep 7, 2024
1 parent 608fcf9 commit e9a365b
Showing 1 changed file with 10 additions and 51 deletions.
61 changes: 10 additions & 51 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,66 +1,25 @@
## Foundry
# Ethervista Router Wrapper

**Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.**
Uses [Ethervista bug](https://x.com/shoucccc/status/1831707216711446842) to bypass buy fee.

Foundry consists of:

- **Forge**: Ethereum testing framework (like Truffle, Hardhat and DappTools).
- **Cast**: Swiss army knife for interacting with EVM smart contracts, sending transactions and getting chain data.
- **Anvil**: Local Ethereum node, akin to Ganache, Hardhat Network.
- **Chisel**: Fast, utilitarian, and verbose solidity REPL.
### Run Tests

## Documentation

https://book.getfoundry.sh/

## Usage

### Build

```shell
$ forge build
```

### Test

```shell
$ forge test
forge test
```

### Format
### Run Frontend

```shell
$ forge fmt
```

### Gas Snapshots

```shell
$ forge snapshot
cd frontend
pnpm i
pnpm run dev
```

### Anvil

```shell
$ anvil
```

### Deploy
### Deploy Contract

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

### Cast

```shell
$ cast <subcommand>
```

### Help

```shell
$ forge --help
$ anvil --help
$ cast --help
forge create test/Counter.t.sol:Ampl --rpc-url [RPC] --private-key [PRIVATE_KEY]
```

0 comments on commit e9a365b

Please sign in to comment.