opensea-blockchain-next
opensea-blockchain-next copied to clipboard
This is an opensea cloning project using reactjs, nextjs, sanity storage manager, and thirdweb blockchain SDK. Check it out!
trafficstars
Next.js + Tailwind CSS Example + Thirdweb SDK v2
This example shows how to use Tailwind CSS (v3.0) with Next.js. It follows the steps outlined in the official Tailwind docs.
Preview
Preview the example live on StackBlitz:
Deploy your own
Deploy the example using Vercel:
Deploy it to the cloud with Vercel (Documentation).
How to use
Execute create-next-app with npm or Yarn to bootstrap the example:
npx create-next-app --example with-tailwindcss with-tailwindcss-app
# or
yarn create next-app --example with-tailwindcss with-tailwindcss-app
Sanity Storage
Sanity sanity.io
npm install -g @sanity/cli
sanity init
Thirdweb v2
Thirdweb thirdweb.com
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.