Archives: Docs

Docs

NFT minter

Login with NEARNFT Minter This is a Next.js 14 frontend minter example that includes a simple interface from which you can mint nfts easily tip intbase Templates This is part of the [Mintbase Templates](https://templates.mintbase.xyz/), a collection of templates that you can use to scaffold your own project Project Walkthrough This is a simple minter example …

NFT minter Read More »

marketplace

Login with NEARSet ENV variables Once that’s done, copy the .env.example file in this directory to .env.local (which will be ignored by Git): cp .env.example .env.local if you use windows without powershell or cygwin: copy .env.example .env.local To get your api key visit : Mintbase Developers Page for Mainnet: Mintbase Developers Page for testnet: NEXT_PUBLIC_DEVELOPER_KEY=your_mintbase_api_key …

marketplace Read More »

Onchain Blog

Login with NEARBlogchain Blogchain makes your content unstoppable. Transform your blogs into smart contracts and posts into NFTs. tip intbase Templates This is part of the [Mintbase Templates](https://templates.mintbase.xyz/), 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 …

Onchain Blog Read More »

Minting NFT Front-end

Login with NEARNFT Minting Front-end In this tutorial you’ll learn how to create a simple NFT front-end and mint a “Go Team” NFT on the NEAR blockchain straight from your web browser. App Overview The app is fairly simple: the user signs in and hits the Mint NFT button. Once the user hits the mint …

Minting NFT Front-end Read More »

Minting NFTs

Login with NEARIn this tutorial you’ll learn how to easily create your own NFTs without doing any software development by using a readily-available smart contract and a decentralized storage solution like IPFS. Overview This article will guide you in setting up an NFT smart contract, and show you how to build, test and deploy your …

Minting NFTs Read More »

Customizing the NFT Contract

Login with NEARIn this tutorial, you’ll learn how to take the existing NFT contract you’ve been working with and modify it to meet some of the most common needs in the ecosystem. This includes: Lazy Minting NFTs Creating Collections Restricting Minting Access Highly Optimizing Storage Hacking Enumeration Methods Introduction Now that you have a deeper …

Customizing the NFT Contract Read More »

Create NFTs in Minecraft

Login with NEAR In this tutorial you’ll learn how to take your custom Minecraft creations and mint the schematics into NFTs on the NEAR blockchain! Overview This tutorial will run you through minting Minecraft structures of any size onto the NEAR blockchain. It will allow you to copy and paste the designs into your own …

Create NFTs in Minecraft Read More »

Marketplace

Login with NEARIn this tutorial, you’ll learn the basics of an NFT marketplace contract where you can buy and sell non-fungible tokens for $NEAR. In the previous tutorials, you went through and created a fully fledged NFT contract that incorporates all the standards found in the NFT standard. Introduction Throughout this tutorial, you’ll learn how …

Marketplace Read More »

Events

Login with NEARIn this tutorial, you’ll learn about the events standard and how to implement it in your smart contract. Understanding the use case Have you ever wondered how the wallet knows which NFTs you own and how it can display them in the collectibles tab? Originally, an indexer used to listen for any functions …

Events Read More »

Scroll to Top