Build
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
git clone https://github.com/mapprotocol/atlas.git
cd atlas
make atlas
Going
atlas -h
can get help infos.$ atlas --datadir ./data0 console
To start a g instance for single node, run it with these flags:
$ atlas --single --datadir ./data0 console
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 modified 6mo ago