Blogchain
Blogchain makes your content unstoppable. Transform your blogs into smart contracts and posts into NFTs.
Mintbase Templates
This is part of the Mintbase Templates, a collection of templates that you can use to scaffold your own project
Project Walkthrough
Within the framework of blogchain, every blog manifests as an nft contract deployed from the Mintbase contract factory, while each individual blog post is uniquely represented as a non-fungible token (NFT).
NOTE: As a standard on Mintbase as we use the latest versions of Next.js we recommend using pnpm, but the package manager is up to your personal choice.
Run the project
# install
pnpm i
#run project
pnpm run dev