Skip to content

Erebos0506/rmrk-composable-nft-creator

 
 

Repository files navigation

RMRK Composable NFT creator

A simple no-code UI for creating your own composable NFTs using RMRK EVM NFTs standard.


Usage

TODO: add vercel link here when available

Development

Install modules and start dev server

Install dependencies

pnpm install

Run nextjs dev server

pnpm dev

Styling

This project uses Panda.css for core styling and Panda's component library Ark.ui as well as Park-ui for a ready to use components. When running the dev server, styles will automatically re-generate using postcss when appropriate files are changed, however if you need to manually generate styles, run pnpm panda.

Lucide is used for icons.

Interacting with blockchain

wagmi for react hooks etc and viem for framework agnostic utils.

Other notes

This project uses Biome.js for code formatting (instead of prettier) and linting. To run both formatting and linting at any time, run pnpm format && pnpm lint:fix. Please visit Biome.js website to see how to install and use biome IDE plugin.

Contributing

Try to include a single feature per pull request whenever possible.

About

Simple UI for creating your own composable RMRK NFTs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.3%
  • Other 0.7%