Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/14790897/ldo_coin
crypto for linuxdo
https://github.com/14790897/ldo_coin
Last synced: 10 days ago
JSON representation
crypto for linuxdo
- Host: GitHub
- URL: https://github.com/14790897/ldo_coin
- Owner: 14790897
- License: mit
- Created: 2024-03-20T11:46:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T06:49:45.000Z (7 months ago)
- Last Synced: 2024-07-11T08:11:04.630Z (7 months ago)
- Language: TypeScript
- Homepage: https://ldo-coin.vercel.app
- Size: 2.95 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README back.md
- License: LICENSE
Awesome Lists containing this project
README
---
name: Mint a single NFT with Moralis
slug: mint-nft-moralis
description: This example shows how to connect a Metamask wallet with a Next.js app and how to mint NFTs using Moralis, a popular backend service provider for Web3 apps.
framework: Next.js
useCase: Documentation
css: Tailwind
deployUrl: https://vercel.com/new/clone?repository-url=https://github.com/vercel/examples/tree/main/solutions/mint-nft&project-name=mint-nft&repository-name=mint-nft&env=NEXT_PUBLIC_APP_ID,NEXT_PUBLIC_SERVER_URL,NEXT_PUBLIC_SERVER_DOMAIN
demoUrl: https://solutions-mint-nft.vercel.app
---# mint-nft example
This example shows how to mint an NFT using Next.js and [Moralis](https://moralis.io/)
## Demo
https://solutions-mint-nft.vercel.app
## How to Use
You can choose from one of the following two methods to use this repository:
### One-Click Deploy
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=vercel-examples):
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/examples/tree/main/solutions/mint-nft&project-name=mint-nft&repository-name=mint-nft&env=NEXT_PUBLIC_APP_ID,NEXT_PUBLIC_SERVER_URL,NEXT_PUBLIC_SERVER_DOMAIN)
### Clone and Deploy
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [pnpm](https://pnpm.io/installation) to bootstrap the example:
```bash
pnpm create next-app --example https://github.com/vercel/examples/tree/main/solutions/mint-nft
```Next, run Next.js in development mode:
```bash
pnpm dev
```Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=edge-middleware-eap) ([Documentation](https://nextjs.org/docs/deployment)).