Fractional & tokenized IP investing on Solana
👉 See the mock demo here: demo link
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.localThen start the app:
yarn devOpen http://localhost:3000 with your browser to see the result.
NEXT_PUBLIC_SOLANA_CLUSTERcan be eithermainnet-beta,testnetordevnet. Rule of thumb is to usedevneton localhost development, andmainnet-betafor production applicationsNEXT_PUBLIC_SOLANA_RPC_NODE_ENDPOINTis necessary for application to be able to execute any blockchain-specific actions.
