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

https://github.com/atomone-hub/atomone/releases/tag/v1.0.0

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.

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

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.