Skip to content

degen-lab/magic-protocol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

149 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 yarn.

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

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

About

UI and contracts for the Magic protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 82.0%
  • Clarity 17.3%
  • Other 0.7%