Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hack-ink/subalfred
Your Substrate Alfred.
https://github.com/hack-ink/subalfred
blockchain polkadot rust substrate web3
Last synced: about 1 month ago
JSON representation
Your Substrate Alfred.
- Host: GitHub
- URL: https://github.com/hack-ink/subalfred
- Owner: hack-ink
- License: gpl-3.0
- Created: 2020-10-28T18:07:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T00:34:27.000Z (5 months ago)
- Last Synced: 2024-07-08T10:39:38.913Z (5 months ago)
- Topics: blockchain, polkadot, rust, substrate, web3
- Language: Rust
- Homepage: https://hack-ink.github.io/subalfred/
- Size: 1.58 MB
- Stars: 72
- Watchers: 4
- Forks: 10
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-substrate - `subalfred` - An all-in-one Substrate development toolbox. (Tools)
README
# [Subalfred](https://github.com/hack-ink/subalfred)
### An All-In-One [Substrate](https://github.com/paritytech/substrate) Development Toolbox.[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Checks](https://github.com/hack-ink/subalfred/actions/workflows/checks.yml/badge.svg?branch=main)](https://github.com/hack-ink/subalfred/actions/workflows/checks.yml)
[![Docs](https://img.shields.io/docsrs/subalfred-core)](https://docs.rs/subalfred-core)
[![Release](https://github.com/hack-ink/subalfred/actions/workflows/release.yml/badge.svg)](https://github.com/hack-ink/subalfred/actions/workflows/release.yml)
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/hack-ink/subalfred)](https://github.com/hack-ink/subalfred/tags)
[![GitHub code lines](https://tokei.rs/b1/github/hack-ink/subalfred)](https://github.com/hack-ink/subalfred)
[![GitHub last commit](https://img.shields.io/github/last-commit/hack-ink/subalfred?color=red&style=plastic)](https://github.com/hack-ink/subalfred)[![Subalfred](https://repobeats.axiom.co/api/embed/acdcdaf322ac3f7e821eb71a6985b14ec57e5c44.svg "Repobeats analytics image")](https://github.com/hack-ink/subalfred/pulse)
## Philosophy
- **Blazing fast**
- **Lightweight**
- **Zero panic**
- **Ergonomics**
- **Pursue excellence**## Documentation
```sh
# Get more information by using the `--help` flag.
subalfred --help
# Each subcommand also has its own `--help`.
subalfred check --help
subalfred check runtime --help
```- [`hack-ink.github.io/subalfred`](https://hack-ink.github.io/subalfred)
## Contribution
- If you have any questions or would like to request a new feature, [start a discussion](https://github.com/hack-ink/subalfred/discussions/new).
- If you come across any bugs, [report an issue](https://github.com/hack-ink/subalfred/issues/new).
- Lastly, pull requests are always welcome!