Bridge validator is bridge token/NFT contract to multi chains
- Nodejs
- npm/yarn
- Mongodb
- Redis
- Config your validator for Ethereum: create
local.json
inconfig
directory with the following content
{
"signer": "<put private key of your DTO deposit wallet>"
}
- install submodule and library
git submodule update --init
npm install
- start api
npm run start
- crawl data
npm run request
Bridge validator exists thanks to its contributors. There are many ways you can participate and help build high quality software. Check out the contribution guide!
Bridge validator is released under the MIT License.