You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Warning**: This project is under HEAVY development.
4
-
5
3
Polimec is a blockchain platform built on Substrate, designed for robustness and scalability. This README provides guidelines for setting up and running Polimec as a Parachain using Zombienet.
6
4
7
5
## Table of Contents
@@ -22,79 +20,75 @@ Polimec is a blockchain platform built on Substrate, designed for robustness and
-**Utility Scripts**: Check the `scripts` directory for useful scripts. Use [just](https://github.com/casey/just) for executing scripts, e.g., `$ just build-parachain-node`.
76
74
77
75
```
78
76
Available recipes:
79
-
benchmark-pallet-funding # Benchmark the "Testnet" Runtime
80
-
benchmark-runtime-funding # Benchmark the "Testnet" Runtime
81
-
benchmarks-test
82
-
build-all # Build everything
83
-
build-base-runtime # Build the "Base" Runtime
84
-
build-base-srtool # Build the "Base" Runtime using srtool
85
-
build-parachain-node # Build the "Parachain" Node
86
-
build-parachain-runtime # Build the "Testnet" Runtime
87
-
build-parachain-srtool # Build the "Testnet" Runtime using srtool
88
-
create-chainspec-base # Create the "Base" Runtime Chainspec
89
-
default # Help information
90
-
docker-build tag="latest" package="polimec-node" # Build the Node Docker Image
91
-
run-node # Run the "Standalone" node in --dev mode
92
-
test-runtime-features # Test the runtimes features
93
-
zombienet path_to_file="scripts/zombienet/native/base-rococo-local.toml" # Use zombienet to spawn rococo + polimec testnet
test-runtime-features runtime="polimec-runtime" # Test the runtimes features
94
89
```
95
90
96
91
97
92
## Contributing
98
93
99
94
We welcome contributions! Feel free to raise issues or submit pull requests. Your feedback and contributions are valued as we develop Polimec into a robust and versatile software.
0 commit comments