| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Welcome to Airsettle, a blockchain platform focused on secure and efficient data management. It features custom execution layers, batch processing, and a democratic validator system.
git clone https://github.com/airchains-network/airsettle.git
cd airsettle
git checkout v0.0.2-beta
Add the path /Users/<your_pc_username>/go/bin to your environment variables for easy access to 'AirSettle'. Replace <your_pc_username> with your actual PC username.
ignite chain init
Remove the folder ~/.airsettle if it exists.
rm -rf ~/.airsettle
airsettled init <moniker> --chain-id airsettle
Replace the contents of ~/.airsettle/config/genesis.json with the contents from the docs/node/genesis.json file.
cp docs/node/genesis.json ~/.airsettle/config/genesis.json
persistent_peers = "067778c3c6c2e098237c867359d6e02b7773d8ea@34.100.195.165:26656"airsettled start
| Back | FazBrowse Home | New Git URL |