manta-relayer is a decentralized system. The node first registers to the contract. When more than 2/3 of the nodes have completed the signature verification, the signature will be submitted to the Ethereum contract, and then the fraud proof of withdrawal will be reduced.
Note: Requires Go 1.22+
For prerequisites and detailed build instructions please read the Installation instructions. Once the dependencies are installed, run:
make build
Or check out the latest release.
-
Import the environment variables in example.env
-
Improve the configuration file in manta-relayer.yaml
-
start the service
./manta-relayer manager
./manta-relayer node
Looking for a good place to start contributing? Check out some good first issues
.