https://github.com/cardinal-cryptography/aleph-parachain
Collator node implementation for aleph parachain
https://github.com/cardinal-cryptography/aleph-parachain
Last synced: about 1 month ago
JSON representation
Collator node implementation for aleph parachain
- Host: GitHub
- URL: https://github.com/cardinal-cryptography/aleph-parachain
- Owner: Cardinal-Cryptography
- License: apache-2.0
- Created: 2023-03-10T10:37:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T01:30:10.000Z (over 2 years ago)
- Last Synced: 2025-02-26T10:46:27.411Z (over 1 year ago)
- Language: Rust
- Size: 481 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aleph Parachain
The Aleph Parachain collator and associated testing and deployment code.
## Common tasks
Various common tasks are scripted as `make` commands. Run `make help` to see a list.
### Run local test network
You can run a simple local network using `make run-local-network`.
This script uses zombienet to run the network, the configuration file can be found
at `local-network/config.toml`.
### Checks
You can `make test` to run all unit tests, `make lint` to run all lints or `make ci` to
run all checks that the CI would run, including integration tests.