curl -fsSL https://bun.sh/install | bash
source ~/.bashrc
bun --version
bun install
bun run build
bun start
✅ After this, click the “PORTS” tab in Codespace and open
localhost:8888
in browser.
Done! Wallet Generator is live. 🔐
- Go to 👉 https://github.com/octra-labs/octra_pre_client
- Click the green
Code
button - Select →
Open with Codespaces
→+ New codespace
- Wait for the environment to fully load
In the Codespace terminal, run:
pip install -r requirements.txt
Create the wallet file:
cp wallet.json.example wallet.json
Then open the file: wallet.json
Paste your test wallet details (
{
"priv": "private key here",
"addr": "octxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"rpc": "https://octra.network"
}
python cli.py send --to oct5ziFzQJkiJFPfcQeuAmp4vhfQgjwb8gyx2W2TZdGhzJm --amount 0.01
🟢 That’s it! You can now access the wallet UI and make transactions to addresses found on the explorer: https://octrascan.io/
• Use Command 4
For Encrypt
• Use Command 5
For Decrypt
Keep doing transactions, you can also use other commands like 6
& 7
for private Transfer & Claim , Use Address From Explorer: https://octrascan.io/
- Go to 👉 https://github.com/octra-labs/ocs01-test
- Click the green
Code
button - Select →
Open with Codespaces
→+ New codespace
- Wait for the environment to fully load
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 .
Paste :
{
"priv": "0xYOUR_PRIVATE_KEY_HERE",
"addr": "0xYOUR_WALLET_ADDRESS_HERE",
"rpc": "https://octra.network"
}
./target/release/ocs01-test
Now Start WIth Command 3
& Till End
🟢 That’s it!
📢 JOIN TG FOR UPDATES: t.me/EarnByAbhi23