Searchβ¦
[WIP] Our New Internet
π§β
Build Dapps with Koii
π
Welcome to Koii-X
π¨
Using NFTs as Content
Create NFTs
Fetching NFT Data
Display NFTs
Lists and Leaderboards
Using Thumbnails
Koii Bridges
π€
Integrating Wallets
π
Template Library
π
Earning KOII
Registering Content
Sybil Attack Prevention
Attention Mining
Running Task Nodes
πͺ
Microservices & Tasks
What are Tasks?
What are Audits?
Gradual Consensus
Staking and Voting
Smart Contract
Task Design Guide
π
Finnie Wallet
π
Welcome to Finnie
β
Koii Software Toolkit (SDK)
π
What is the Koii SDK?
Wallet functions
Register Content
Basic Utility Functions
β
Support
π£
Contact Support
Powered By
GitBook
Create NFTs
There are two ways to create new NFTs with Koii-X:
1.
Programmatically using our JavaScript Libraries
2.
Using the Drag and Drop Widget
The
Finnie Wallet
employs Drag and Drop and users can create NFTs directly from Finnie
Programmatically
To create an Atomic NFT yourself, write your content in JavaScript and head on over to
atomicnft.com
for help with deploying it.
Deploy an Atomic NFT
koiinetwork
Learn How to Deploy an Atomic NFT
The Drag and Drop Widget
The leaderboard template contains a drag and drop NFT minting widget. This widget makes it very easy for users to create NFTs from within your dApp.
1
// Drag and drop widget: src/compoents/widgets/DragAndDropUploader.tsx
2
β
3
export
function
DragAndDropUploader
()
{
4
// Use Finnie
5
// Dropzone
6
// Add NFT details
7
// helper tools
8
}
9
β
10
// Used in src/pages/home/index/tsx
11
<
Box
12
/* Drag and drop uploader to Koi.rocks */
13
<
DragAndDropUploader
/>
14
</
Box
>
Copied!
Build Dapps with Koii - Previous
Using NFTs as Content
Next
Fetching NFT Data
Last modified
4mo ago
Copy link
Contents
Programmatically
The Drag and Drop Widget