Skip to content
/ intents Public

Set of contracts for the NEAR Intents project

License

Notifications You must be signed in to change notification settings

near/intents

Repository files navigation

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