This is the bridge from BSC to Realis Network
Follow the Rust setup instructions before using the included Makefile to build the Bridge.
This project uses a Makefile to document helpful commands and make it easier to execute
them. Get started by running these make
targets:
make run- Build and launch this project.make build- Build all project.
This project work at nightly and stable versions Rust.
The make run command will perform an initial build. Use the following command to build the bridge
without launching it:
make buildAlso, for launching bridge need launch command:
make run
