Quick Start
Neurai is a proof-of-work blockchain with native assets, private messaging for devices and, on testnet, post-quantum addresses. This page gets you from zero to a first transaction, and points developers to the right tools.
Get a wallet
Pick one for the device you have. All of them are non-custodial: write down the recovery phrase and keep it offline.
- Neurai Wallet for Android and iOS
- Web Wallet for any browser, no install
- Neurai-QT if you want a full node, or Electrum for a light desktop wallet
- Compare all wallets
Get some XNA
Buy it, mine it, or use free test coins to learn without risk.
- Exchanges: Gate, MEXC, CoinEx, NonKYC
- Mining: KAWPOW on any Nvidia or AMD GPU
- Testnet faucet: free tXNA for the testnet
Make a first transfer
Send a small amount to a second address of your own, then look it up. Addresses start with N on mainnet and t on testnet. Confirmations arrive about every minute.
- Neurai Explorer: blocks, transactions, assets, rich list
- Blockbook: backend explorer with API
- Network specs: parameters, prefixes, emission
Try assets and DePIN on testnet
Testnet is where the new features already run. Issue a token, open a DePIN channel, or create a post-quantum address, all with faucet coins.
- Web Wallet testnet: assets, Chat, IoT and Sign tabs
- Assets: types, naming and costs
- DePIN: token-gated encrypted messaging
- POSITRONIC: what the upgrade adds
Start building
Everything is open source, with JavaScript packages for wallets and backends and C++ libraries for microcontrollers.
- Libraries: the SDK and how the packages fit together
- Developer docs: RWA, AI, IoT, smart contracts
- Public servers: RPC proxies, Blockbook and ElectrumX endpoints
- GitHub
Public services at a glance
| Service | Mainnet | Testnet |
|---|---|---|
| Web Wallet | webwallet.neurai.org | webwallet-testnet.neurai.org |
| Explorer | explorer.neurai.org | — |
| RPC proxy | https://rpc-main.neurai.org | https://rpc-testnet.neurai.org |
| Blockbook | blockbook.neurai.org | — |
| Faucet | — | faucet-testnet.neurai.org |
| P2P and RPC ports | 19000 and 19001 | 19100 and 19101 |
Testnet coins have no value and the chain can be reset. Use it for learning and development, then move to mainnet.