Docs Category: Fts

Transferring Fungible Tokens

To Share and +4 nLEARNs Login with NEAR In this tutorial, you’ll learn how to implement the core standards into your smart contract. You’ll implement the logic that allows you to transfer and receive tokens. If you’re joining us for the first time, feel free to clone this repository and follow along in the 4.storage …

Transferring Fungible Tokens Read More »

Registering Accounts

To Share and +4 nLEARNs Login with NEARIn the previous tutorial, you looked at how to mint an initial circulating supply of tokens and how you could log events as per the events standard. You then deployed the contract and saw the FTs in your wallet balance. In this tutorial, you’ll learn about the storage …

Registering Accounts Read More »

Creating a Circulating Supply

To Share and +4 nLEARNs Login with NEARIn the previous tutorial, you looked at what a fungible token was and how you could define one in your smart contract. In this tutorial, you’ll learn how to create a circulating supply belonging to the contract owner and view all the tokens, with their metadata, in the …

Creating a Circulating Supply Read More »

Defining a Fungible Token

To Share and +4 nLEARNs Login with NEARThis is the first of many tutorials in a series where you’ll be creating a complete FT smart contract from scratch that conforms with all the NEAR FT standards. Today you’ll learn what a Fungible Token is and how you can define one on the NEAR blockchain. You …

Defining a Fungible Token Read More »

Minting FTs (Simple)

To Share and +4 nLEARNs Login with NEARIn this tutorial, you’ll learn how to easily create your own Fungible Tokens (FT) without doing any software development by using a readily-available smart contract. This article will show you how to use an existing FT smart contract, and you’ll learn how to mint fungible tokens and view …

Minting FTs (Simple) Read More »

Scroll to Top
Report a bug👀