Canton | Devnet
System Specs
Section titled “System Specs”| Hardware | Requirement |
|---|---|
| CPU | 8 Cores |
| RAM | 32 GB |
| Disk | 1000 GB |
Install Canton Devnet 0.5.14
Section titled “Install Canton Devnet 0.5.14”1. Update & tool
Section titled “1. Update & tool”sudo apt update && sudo apt install curl jq -y2. Install Docker
Section titled “2. Install Docker”maouam.xyz/tool/docker
3. Install Compose
Section titled “3. Install Compose”maouam.xyz/tool/docker-compose
4. Download Release
Section titled “4. Download Release”wget https://github.com/digital-asset/decentralized-canton-sync/releases/download/v0.5.14/0.5.14_splice-node.tar.gz5. Extract
Section titled “5. Extract”tar -xvzf 0.5.14_splice-node.tar.gz6. Go to folder
Section titled “6. Go to folder”cd splice-node/docker-compose/validator7. Export env
Section titled “7. Export env”export IMAGE_TAG=0.5.148. Get secret (save)
Section titled “8. Get secret (save)”curl -X POST https://sv.sv-1.dev.global.canton.network.sync.global/api/sv/v0/devnet/onboard/validator/prepare9. Start
Section titled “9. Start”./start.sh -s "https://sv.sv-1.dev.global.canton.network.sync.global" -o "<ONBOARDING_SECRET_STEP_8>" -p "yourVPname-Devnet-1" -m "1" -w10. Check (6 container run)
Section titled “10. Check (6 container run)”docker pslastUpdated: 2026-03-10