Creating Jungle 3 account
Create Keys
cleos create key --to-console
export OWNER_PRIVATE_KEY= # private key provided
export ACTIVE_PRIVATE_KEY= # private key providedCreate Account
export JUNGLE_ACCOUNT=
export JUNGLE_ENDPOINT=https://jungle3.cryptolions.io:443Import Keys
zeus key import $JUNGLE_ACCOUNT --owner-private-key --active-private-key $ACTIVE_PRIVATE_KEY --network=jungle3cleos wallet import --private-key $ACTIVE_PRIVATE_KEY
# if you do not have a wallet created, create with
cleos wallet create --file wallet_password.pwd
# save wallet passwordFaucet
Stake CPU/NET
Create more accounts
Buy More Resources
Set eosio.code permission
#party
Last updated
Was this helpful?