Octra Testnet Airdrop Guide
"Before starting the testnet, you only need a GitHub account."
Generate Octra Wallet
Open Github Repository: https://github.com/octra-labs/wallet-gen
Commands :
1) curl -fsSL https://bun.sh/install | bash
source ~/.bashrc
bun --version
2) bun install
3) bun run build
4) bun start
Watch Video Guide How to Wallet Generate Octra Wallet
Claim OCTRA Faucet : https://faucet.octra.network/
Join Discord:
Task 1 : Token Transfer
Open Codespace:
Commands :-
• pip install -r requirements.txt
• cp wallet.json.example wallet.json
• python cli.py send --to oct5ziFzQJkiJFPfcQeuAmp4vhfQgjwb8gyx2W2TZdGhzJm --amount 0.01
My Octra Address:
oct8gmb41XNAvDLZ9tB9Xn65xAA2PhV3fLJukzGVraPbFNp
( Send your address in Comment)
Explorer: https://octrascan.io/
Watch Video How to Transfer Token
Task 2 : Encrypt, decrypt, private tranfser
Use same command of Task 1
Watch Video How to perform encrypt decrypt private tranfser
Task 3 : Run OCS01 Test Contract
To Run Ocs01 Test Contract Follow the Following Guide
• STEP 1: Open in Codespace
Go to 👉 https://github.com/octra-labs/ocs01-test
• STEP 2: In the Codespace terminal, run:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
git clone https://github.com/octra-labs/ocs01-test.git
cd ocs01-test
cargo build --release
# copy contract interface
cp EI/exec_interface.json .
• STEP 3: Create wallet.json file in ocs01-test
Paste :
{
"priv": "0xYOUR_PRIVATE_KEY_HERE",
"addr": "0xYOUR_WALLET_ADDRESS_HERE",
"rpc": "https://octra.network"
}
• STEP 4: Run Octra Test
./target/release/ocs01-test
• STEP 5: Run Octra Test
Now Start WIth Command 3 & Till End
WATCH COMPLETE VIDEO FOR STEP BY STEP GUIDE.
0 Comments