Skip to content

d-reader-organization/d-reader-web

Repository files navigation

🥚 Genesis

Fractional & tokenized IP investing on Solana

👉 See the mock demo here: demo link

Setup

First, make sure your node version matches the one specified in .nvmrc

Install dependencies and copy the .env.example content into .env:

yarn install & cp .env.example .env.local

Then start the app:

yarn dev

Open http://localhost:3000 with your browser to see the result.

.env

  • NEXT_PUBLIC_SOLANA_CLUSTER can be either mainnet-beta, testnet or devnet. Rule of thumb is to use devnet on localhost development, and mainnet-beta for production applications
  • NEXT_PUBLIC_SOLANA_RPC_NODE_ENDPOINT is necessary for application to be able to execute any blockchain-specific actions.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages