This repo contains all the code for Generatus. A web3 project enabling generative artists around the globe.
Built with Next.js, Anchor, and Solana.
Requires Rust and NodeJS to be installed.
- Install the Solana CLI
- Install the Anchor CLI
- Clone the repo
- Install dependencies (
yarn install
) - Start the app (
cd app && yarn dev
)