Marker tool
What is marker
marker is a simple command-line tool provided by Atlas. With marker, you can easily perform various operations without the need for additional scripting. It allows you to interact with the Atlas protocol and smart contracts using command-line commands. Some of the common functionalities include registering validators, participating in elections, on-chain governance, and voting for validators.
Building marker
After the build is complete, you can run "./build/bin/marker" to start marker, or navigate to the "./build/bin" directory and run "./marker" to start marker.
Usage
Most of the marker subcommands require connecting to a running Atlas RPC node. Therefore, you need to start an Atlas RPC node first. You can refer to here for instructions on how to start an RPC node. Alternatively, you can use the provided public RPC nodes.
There is also a subcommand that requires authentication using a keystore file. Therefore, you need to prepare a keystore file in advance when using these commands. You can generate a keystore file using the following method:
Generate a keystore file using the Atlas client:
If you already have an account, you can go to the Atlas console to convert your account private key into a keystore file.
After the execution is completed, a keystore file will be generated in the "data" directory of the current directory.
Last updated