QUANTA Documentation
  • Documentation
  • Introduction
    • Fair Trading Protocol
  • Getting Started
    • Building Source Code
    • Running Quanta Node
    • Running Quanta Wallet
    • Running on Docker
  • Testnet
    • Create account
    • Transfer ETH/ERC-20
    • Become a Block Producer
  • Guides
    • Websockets
    • Trading Bot
  • SDK
    • Javascript
  • API
    • Markets
  • Advanced
    • Issuing your own QUANTA Token
    • Deploy your own exchange on AWS
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started

Running Quanta Wallet

The testnet chain id is bb2aeb9eebaaa29d79ed81699ee49a912c19c59b9350f8f8d3d81b12fa178495

quanta-wallet --wallet-file=quanta-testnet.json --server-rpc-endpoint=ws://localhost:8090 --chain-id bb2aeb9eebaaa29d79ed81699ee49a912c19c59b9350f8f8d3d81b12fa178495

Set your password

set_password xxxx

Import your key

unlock xxxx
import_key account_name "wif_key"
import_balance account_name ["wif_key"] true

Transfer Funds

transfer userA userB 100 QDEX "here is the cash" true

Create another account

suggest_brain_key
{
  "brain_priv_key": "...",
  "wif_priv_key": "...",
  "pub_key": "..."
}
register_account account_name pub_key pub_key source_account source_account 0 true

PreviousRunning Quanta NodeNextRunning on Docker

Last updated 6 years ago

Was this helpful?