Quick Start
Install Canxium Node
- Start the Node:
- Run the following to start your node and begin syncing with the network:bash
bash <(curl -fsSL https://raw.githubusercontent.com/canxium/scripts/refs/heads/main/beacon.sh)
- Syncing may take some time. Confirm connection and sync status of the node:bash
journalctl -f -u node
- Confirm connection and sync status of the beacon PoS node:bash
journalctl -f -u beacon
Set Up a Wallet
- Download & Setup Wallet:
If you're using Android, Install the official Canxium Wallet from Google Play
a. Click Create a Wallet b. Click Let's keep it safe c. Click Manual backup d. Click Continue e. Click Continue f. Click Continue h. Done If you're using iOS, Install a 3rd wallet: Metamask
a. Click Setting Icon b. Click Networks c. Click Add Network d. Add Canxium e. Click Confirm f. Click Switch to network h. Done
Buy Some CAU:
Try the Dex:
- Open your wallet and copy the Address.
- Withdraw your CAU from the Cex, and try our Dex.
Deploy a Basic Smart Contract
Set Up Your Development Environment:
- Use Remix (online IDE) for a quick start or Visual Studio Code with Solidity plugins if you prefer local development.
Write and Compile Contract:
- Start with a simple Solidity contract, like an ERC-20 token, and compile it in your IDE.
Get Testnet CAU:
- Get 1000 Testnet CAU from Faucet
Deploy to Testnet:
- Deploy the contract on Canxium’s testnet first. Use a compatible wallet or your node to deploy.
- RPC Info:
Chain Id: 30203 RPC: https://pr-rpc.canxium.net
Verify on Explorer:
- Check the transaction and contract details on the Canxium Testnet Explorer to ensure it deployed correctly.
Deploy to Mainnet:
- Make sure your wallet have at least 102 CAU.
- RPC Info:
Chain Id: 3003 RPC: https://rpc.canxium.org
Verify on Explorer:
- Check the transaction and contract details on the Canxium Explorer to ensure it deployed correctly.
You’re Ready!
This quick setup should help you start exploring and deploying on Canxium. For more details, dive into the official docs and community resources. Happy building!