Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 547 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 547 Bytes

Introduction

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.

Installation

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

Acknowledgements

  • Thanks to crate ethers-rs for enabling interaction with the EVM blockchain.