Let’s become an early user by doing this first action for Octra testnet. They just posted on X yesterday about their testnet’s first task.
Steps to Join Octra Testnet Airdrop
🪙 Create OCTRA Wallet
1. Go to their Github and click on Fork button and create a Fork.
2. Click on Create fork button.
3. Now click on Code button, Click on Codespace section and Create codespace on main.
4. Press any key so we can enter our commands.
5. Now copy the commands from below and paste in terminal and press the enter key.
curl -fsSL https://bun.sh/install | bash source ~/.bashrc bun --version bun install bun run build bun start
6. Now click on Open in brower button to generate your octra wallet.
7. You can find your Octra wallet and copy that address.
(IMPORTANT : Take a screenshot or save these information for future reference. )
8. Now go to Octra Faucet and claim your testnet tokens. You can claim after every 5 days again.
9. Now join their discord server and stay tuned for next updates or tasks.
Generate your OCTRA Wallet (Video Guide)
TASK 1. Send OCTRA tokens to other address
1. Go to Octra github pre client page and create codespace.
2. Now give codespace sometime to load completely. And then Enter the first command and Press enter.
pip install -r requirements.txt
3. Now let’s enter the second command for wallet.json file.
cp wallet.json.example wallet.json
4. Now open wallet.json file and replace your Wallet address and private key. Use B64 Key only.
5. Now back to terminal and enter 3rd command.
python cli.py send --to octBD85razWF3kktYGqBqB7Dm3rNsd6Pt7ayTkaLX3YJa6W --amount 0.01
6. After few seconds a blue screen will appear within the terminal. Now here type “1” after command field and press ENTER.
7. It will open Send transaction window where we can send tokens to other wallet address. So go to octrascan website and copy any random address.
8. Now back to the terminal where we will paste that address and press ENTER.
9. Now type the amount you want to send and press ENTER.
10. Now Type any message if you want or press ENTER.
11. Type “y” and press ENTER to complete the transaction.
3 Responses
Can we import the seed phrase?
when i am sending tokens to other wallet its shows error
let’s try 2 to 3 times. or send to other address.