Aurora Workspace is a library for the Aurora Engine and Aurora Eth Connector and EVM contracts based on NEAR Protocol.
Easy to use as workspace utility to interact and tests Aurora Engine compatible NEAR contracts.
make check
- run clippy for all code and mock projects. Check formatting.make test
- build mock projects and run testsmake test-flow
- run tests only (mock project should be build)
Before running tests, build/generate the WASM file as described here.
make test
This library is only compatible with Rust version 1.64.0 and above.