Skip to content

wangwa791/Octra

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 

Repository files navigation

Octra

Wallet generation Guide


๐Ÿ”น Step 1:

curl -fsSL https://bun.sh/install | bash
source ~/.bashrc
bun --version

๐Ÿ”น Step 2:

bun install

๐Ÿ”น Step 3:

bun run build

๐Ÿ”น Step 4:

bun start

click the โ€œPORTSโ€ tab open link under forwarded address in browser


Wallet Generated, Back up private key

Go to https://faucet.octra.network/

Paste Wallet address & claim faucet

Join Discord - https://discord.gg/gfAazqK9Xb


Quest1 - Send Tokens

Step 1

pip install -r requirements.txt

Step 2

cp wallet.json.example wallet.json

Step 3

Then open the file: wallet.json

Paste your test wallet details

{
ย  "priv": "private key here",
  "addr": "octxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  "rpc": "https://octra.network"
}

๐Ÿ”น Step 4 : Send a test transaction

Replace address with any address from explorer - https://octrascan.io/

python cli.py send --to octECeUEKyTeFMYBumubqnskCYo292LJaDi8pR7ETJB4NYz --amount 0.01

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published