Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 696 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 696 Bytes

Magic Protocol

This repository is the codebase for the Magic Protocol contracts and web application.

Check out the Magic docs for more information about how Magic works.

Contracts

The main contract for Magic is ./contracts/bridge.clar, where all protocol-specific logic is handled. You can find tests for this contract under the test directory.

Development setup

First, install dependencies by running pnpm.

Copy the .env.example file to .env.local. The example configuration will work for public testnet configurations.

Finally, run the app with pnpm dev. The app will be available at localhost:4444.