Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aurora-is-near/aurora-workspace

Aurora Workspaces library for the Aurora Engine contract based on NEAR Protocol
https://github.com/aurora-is-near/aurora-workspace

blockchain library workspaces

Last synced: 24 days ago
JSON representation

Aurora Workspaces library for the Aurora Engine contract based on NEAR Protocol

Awesome Lists containing this project

README

        

 




# Aurora Workspace

[![Project license](https://img.shields.io/badge/License-Public%20Domain-blue.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
[![CI](https://github.com/aurora-is-near/aurora-workspace/actions/workflows/rust.yaml/badge.svg)](https://github.com/aurora-is-near/aurora-workspace/actions/workflows/rust.yaml)

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.

## Useful commands for development

- `make check` - run clippy for all code and mock
projects. Check formatting.
- `make test` - build mock projects and run tests
- `make test-flow` - run tests only (mock project should be build)

## Tests

Before running tests, build/generate the WASM file as described [here](res/mock_engine/README.md).

```
make test
```

## Minimum Supported Rust Version (MSRV)

This library is only compatible with Rust version 1.64.0 and above.

## LICENCE
[CCO-1.0](LICENSE)