Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.26 KB

README.md

File metadata and controls

39 lines (20 loc) · 1.26 KB

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.