Atom One
Operate the node
Genesis file
The link to the final genesis is available here:
https://atomone.fra1.digitaloceanspaces.com/atomone-1/genesis.json
Get the binary
- You can download the proposed chain binary from github release page
https://github.com/atomone-hub/atomone/releases/tag/v1.0.0
- Or you can build it from the source
You need to have go installed
$ git clone https://github.com/atomone-hub/atomone.git
$ cd atomone
$ git checkout v1.0.0
$ make build # compile in the ./build directory
To ensure reproducible builds,
AtomOne requires go1.21.13, so if you use a different version, make build
will output the instructions required to use the expected go version.
Setting recommendations
minimum-gas-prices | 0.001uatone |
---|---|
seeds | see seeds.txt |
persistent_peers | see persistent_peers.txt |
Hardware recommendations
AtomOne is a relatively simple and vanilla Cosmos SDK chain with minor modifications. The recommended minimum hardware requirements should be enough to comfortably be able to run a validator node.
- 4 Cores
- 8 GB RAM
- 512 GB disk space (could increase over time, will need to monitor disk usage)
Network informations
The following public RPC and API endpoints are available:
Addtional explorers, RPCs, seed nodes, persistent_peers, etc. may be listed on cosmos.directory/atomone
Check your AtomOne allocation
Discord channel
For more immediate communication, you are also welcome to use the validator channel on Discord.
Submit transactions using the CLI
We wrote a comprehensive guide to securely submit transactions using the CLI, you can find it here.