Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Token drop readme template #80

Merged
merged 2 commits into from
Jan 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 24 additions & 5 deletions simple-token-drop/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,38 @@
# Simple Token Drop

**DEMO:** https://token-drop-template.mintbase.xyz/

<img src="https://i.imgur.com/kkobnAH.png" alt="drawing" width="500"/>

This example illustrates the creation of a straightforward minting landing page with pre-defined metadata. Users can connect or create a wallet to initiate the minting process. Additionally, an option is available to generate an account that will be automatically imported into the Mintbase wallet, complete with the corresponding NFT.

## Run the project
pnpm i
[![Demo](https://img.shields.io/badge/Demo-Visit%20Demo-brightgreen)](https://token-drop-template.mintbase.xyz/)
[![Deploy](https://img.shields.io/badge/Deploy-Deploy%20Now-blue)](https://token-drop-template.mintbase.xyz/)

**Tooling:**

[![Use Case](https://img.shields.io/badge/Use%20Case-Token%20Drops-blue)](#)
[![Tools](https://img.shields.io/badge/Tools-Mb--js%3A%20SDK%2C%20Mb--js%3A%20Arweave%2C%20Mintbase%20Wallet-blue)](#)
[![Framework](https://img.shields.io/badge/Framework-NextJS%2014-blue)](#)

**Author:**

[![Author](https://img.shields.io/twitter/follow/Surge_Code?style=social&logo=twitter)](https://twitter.com/Surge_Code)[![Organization](https://img.shields.io/badge/Mintbase-blue)](https://www.mintbase.xyz)





pnpm run dev

## Project Walkthrough

![alt text](https://i.imgur.com/5uKkFpr.png)

The project is separated into two portions, the first one creates a wallet, server mints into it and then auto imports it. The alternate one deeplinks to a minting transaction on mintbase wallet.

## Run the project
pnpm i

pnpm run dev

## Autoimport mint

#### Step 1: instantiate a server side wallet and use it to create a wallet for the user
Expand Down
Loading