Build
Building from the source
Building atlas requires both a Go (version 1.16 or later) and a C compiler. You can install them using your favourite package manager. Once the dependencies are installed, run
Running atlas
Going atlas -h
can get help infos.
Running on the atlas main network
Running on the Atlas Chain singlenode(private) network
To start a g instance for single node, run it with these flags:
if add --http
flag to the command, it will enable the RPC server, than you can access the RPC with the http://127.0.0.1:7445
Last updated