A seamless Royalty Solution for NFT communities to track and redeem royalties 👑
Built on Backpack 🎒
🔗 Link: https://builderz.dev
🎥 Demo: https://vimeo.com/808021937
🐤 Twitter: https://twitter.com/renaissance_xyz
💬 Discord: https://discord.gg/eMKXtKu6P9
- Fork Renaissance onto your own GitHub
- Clone it and checkout the dev branch (
git checkout dev
) - Create a new branch named
[initials]/[feature]
off ofdev
. Exampleq/added-a-cool-thing
. - When ready for us to review your changes, create a PR with your new branch to be merged into the
dev
branch on the official xNFT.
To work with our project you need to pass in a Helius API and RPC Proxy URL in the .env file In the root of the project, create a .env
file with the following values:
VITE_HELIUS_RPC_PROXY=<PROXY_URL>
Note You can learn how to create a proxy for your HELIUS Plan HERE
Run the install command from the root of the project to install dependencies for all apps and packages.
yarn install
Start all packages and apps in dev mode which watches for changes and adds your local environment.
yarn
It's recommended you use VSCode because if you do, ESLint is setup to auto fix/format as you're working.
yarn lint
Formats files based on the Prettier and ESlint settings.
yarn
Tests the code, determines if it should be allowed to merge. We recommend running this locally before creating PRs.
yarn
Build all apps and packages for production.
yarn build
TailwindCSS is used for base utilies and DaisyUI contains helpful UI components.
Material Icons