https://github.com/eddort/modern-eth-stand
https://github.com/eddort/modern-eth-stand
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eddort/modern-eth-stand
- Owner: eddort
- License: mit
- Created: 2023-09-17T11:34:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T11:54:53.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T04:08:26.235Z (about 2 years ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# modern-eth-stand
modern-eth-stand - a template for using modern technologies to write test scenarios for the Ethereum network
This repository utilizes technology:
- **Anvild** simple Anvil wrapper for Nodejs
- **Viem** is a fantastic library for interaction with the ETH network
- **ts-node** for running ts files directly
# How to use
1. Install deps using your favorite package manager. For example `yarn`
```bash
yarn
```
2. Make sure you have Docker
3. Create Env file and add your eth json rpc endpoint **(optional)**
```bash
MAINNET_URL="URL"
```
4. Run command using cmd script
```bash
yarn cmd my-some-scenario
```