https://github.com/astarnetwork/astar-runtime-overrides
https://github.com/astarnetwork/astar-runtime-overrides
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/astarnetwork/astar-runtime-overrides
- Owner: AstarNetwork
- License: gpl-3.0
- Created: 2023-09-20T05:12:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T10:44:22.000Z (over 2 years ago)
- Last Synced: 2024-04-14T01:58:34.397Z (about 2 years ago)
- Language: Rust
- Size: 526 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Astar runtime overrides for EVM tracing
## Build runtime wasm
### Install [`srtool`](https://docs.substrate.io/reference/command-line-tools/srtool/)
Note `srtool` requires Docker.
To install `srtool`, run:
```shell
make srtool
```
### Build Astar runtime
To build a specific version of Astar runtime, for instance `astar-3`, run:
```shell
make build ver=3
```