https://github.com/ales-tsurko/substrate-api-explorer
https://github.com/ales-tsurko/substrate-api-explorer
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ales-tsurko/substrate-api-explorer
- Owner: ales-tsurko
- Created: 2023-07-18T11:14:49.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T21:16:57.000Z (over 1 year ago)
- Last Synced: 2025-01-28T18:29:59.131Z (8 months ago)
- Language: Rust
- Size: 805 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Substrate API Explorer
======================A small app for exploring substrate-based API's.
## Deployment
To trigger CD and deploy a new version on Github releases:
```
$ git tag v{version}
$ git push origin {version}
```## Bundling Locally
To bundle the distributive locally:
```
$ cargo build --release
$ cargo run --release -p bundler
```The artifacts will be placed in `target/release/bundle` directory.