This is the back end of PolyCross which is a Rust project.
It achieves the monitoring of smart contract events and the automatic invocation of related functions.
First, clone the repo to localhost:
git clone https://github.com/PolyCross/backend.git
Second, install the dependencies:
cargo build
Then, run the server:
cargo run
- Thanks to crate ethers-rs for enabling interaction with the EVM blockchain.