Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aurora-is-near/aurora-forwarder-contracts
Smart contracts for the Forwarder project
https://github.com/aurora-is-near/aurora-forwarder-contracts
Last synced: 10 days ago
JSON representation
Smart contracts for the Forwarder project
- Host: GitHub
- URL: https://github.com/aurora-is-near/aurora-forwarder-contracts
- Owner: aurora-is-near
- License: cc0-1.0
- Created: 2024-01-25T12:42:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T13:39:58.000Z (6 months ago)
- Last Synced: 2024-06-27T16:37:56.643Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 882 KB
- Stars: 8
- Watchers: 8
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Aurora Forwarder Contracts
[![CI](https://github.com/aurora-is-near/aurora-forwarder-contractrs/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/aurora-is-near/aurora-forwarder-contractrs/actions/workflows/rust.yml)
The repository contains smart contracts needed for the Aurora Forwarder project.
### Build contracts which could be used in production
```shell
cargo make build
```### Run unit and integration tests:
```shell
cargo make tests
```### Run clippy linter:
```shell
cargo make clippy
```