Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dapplion/aragen-replay
https://github.com/dapplion/aragen-replay
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/dapplion/aragen-replay
- Owner: dapplion
- Created: 2020-02-01T04:17:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T04:22:38.000Z (almost 5 years ago)
- Last Synced: 2024-12-28T06:48:25.557Z (10 days ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aragen replay
Replays all transactions from the latest local aragen instance. In a standard laptop it takes 14-15 seconds to broadcast its 82 transactions.
## Usage
Clone the repo and install dependencies with
```
npm i
```Start a local ganache instance.
```
./run-ganache.sh
```Use the `run-ganache.sh` script to launch ganache to ensure that
- The mnemonic must be the same as the one use in aragen's build
- The block gas limit is high enoughThen, run the node script to replay aragen's transactions
```
node dist
```**Note**
- You must have a local aragen instance downloaded. If you don't, run
```
aragon devchain
```