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
devbranch 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 installStart all packages and apps in dev mode which watches for changes and adds your local environment.
yarnIt's recommended you use VSCode because if you do, ESLint is setup to auto fix/format as you're working.
yarn lintFormats files based on the Prettier and ESlint settings.
yarnTests the code, determines if it should be allowed to merge. We recommend running this locally before creating PRs.
yarnBuild all apps and packages for production.
yarn buildTailwindCSS is used for base utilies and DaisyUI contains helpful UI components.
Material Icons