Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 756 Bytes

File metadata and controls

15 lines (10 loc) · 756 Bytes

Generatus

This repo contains all the code for Generatus. A web3 project enabling generative artists around the globe.

Built with Next.js, Anchor, and Solana.

Development

Requires Rust and NodeJS to be installed.

  1. Install the Solana CLI
  2. Install the Anchor CLI
  3. Clone the repo
  4. Install dependencies (yarn install)
  5. Start the app (cd app && yarn dev)