SWAY creates one of a kind, crypto secured digital memories in the form of NFTs that is stored on blockchain forever. Create and Collect Free Souvenir NFTs.
This repo is structured as a yarn v3 monorepo. Linitng and Formating for code is configured globally for whole monorepo using yarn global scripts.
└── packages
├── contracts // core smart contracts and utilities
├── events // generate & store events metadata helper package
├── interface // web app package
└── subgraph // Subgraph package
This package contains core smart contracts and various toolings to interact and control the protocol (using hardhat tasks & scripts). Look inside hardhat.config.ts
for tasks and scripts.
This typescript package generate the SWAY NFTs metadata and merkle trees
This is the React Web App for Sway Protocol
Subgraph for sway protocol
- Install
yarn
if you don't have it. - Run
yarn
The files in this repository are licensed under GPLv3 (LICENSE).
Unless you explicitly state otherwise, any contribution submitted for inclusion in this repository by you shall be licensed as above , without any additional terms or conditions.