Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aurora-is-near/aurora-workspace
- Owner: aurora-is-near
- License: cc0-1.0
- Created: 2022-09-19T08:42:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T18:18:58.000Z (9 months ago)
- Last Synced: 2024-04-15T19:35:50.973Z (9 months ago)
- Topics: blockchain, library, workspaces
- Language: Rust
- Homepage:
- Size: 334 KB
- Stars: 6
- Watchers: 13
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)