Docs Category: 405

Registering Accounts

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 management standard and how you …

Registering Accounts Read More »

Transferring Fungible Tokens

Login with NEARIn 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 folder. tip If you wish to …

Transferring Fungible Tokens Read More »

Defining a Fungible Token

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 will be modifying a bare-bones …

Defining a Fungible Token Read More »

Creating a Circulating Supply

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 NEAR wallet. To get started, …

Creating a Circulating Supply Read More »

Pre-deployed Contract

Login with NEARLearn how to easily receive fungible tokens without doing any software development by using a readily-available FT smart contract. Prerequisites To complete this tutorial successfully, you’ll need: A NEAR testnet account NEAR-CLI Using the FT contract Create a new testnet account using the web wallet. Setup Log in to your newly created account …

Pre-deployed Contract Read More »

Scroll to Top