Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 379 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 379 Bytes

Set of contracts for the NEAR Intents project

Building and running

Build the smart contracts:

cargo make build

Run integration tests:

cargo make test

Run clippy linter:

cargo make clippy

Contracts