Exchange Integration
Overview
Integration using MAP Relay Chain Endpoints
Running an atlas node
// make sure the golang env
git clone https://github.com/mapprotocol/atlas.git
cd atlas
git checkout release_v1
make atlas
./build/bin/atlas --datadir ./data --gcmode "archive" --syncmode "full" --port 28360 --v5disc --http --http.addr "0.0.0.0" --http.api eth,web3,net,debug,txpool,header,istanbul --http.corsdomain "*" --http.vhosts "*" Interacting with the Atlas
Java SDK and Web3.js
Constructing transactions
Last updated