Install the Huione Tool Suite
Source
Files
1. huione
3. huione-rbpf
# Open https://github.com/huione-labs/
# git clone the above 3 projects
Step
1. Rust Environment
2. huione-rbpf→cargo build --release
huione-rbpf->cargo build --release
3. huione-program-library → cargo build --release
huione-program-library→cargo build --release
4. huione → cargo build --release
huione → cargo build --release
cp -r ./sdk ./target/release
5. Environment variables:
# 〜/.zshrc
export HUIONE_PREFIX=~/.../hc/huione/target/release
export HUIONE_TOKEN_PREFIX=~/.../hc/huione-program-library/target/release
export PATH=$HUIONE_PREFIX:$HUIONE_ANCHOE_PREFIX:$HUIONE_TOKEN_PREFIX:$PATH
Run
# Check the environment
huione —version
# Check the current configuration
huione config get
# Setting up RPC
huione config set --url https://rpc-testnet.huione.org
# Create an address
huione-keygen new
# Airdrop main currency
huione airdrop 4
Last updated
Was this helpful?