Archives: Docs

Docs

Design Components

Login with NEARDesign System Components When building components, the NEAR VM provides a complete set of Radix primitives to simplify UI development. Radix UI Using embedded Radix primitives on the NEAR VM is simple and straight-forward. You don’t need to import any files: return ( <Label.Root className=”LabelRoot”> Hello World! </Label.Root> ); :::caution Limitations Currently, NEAR …

Design Components Read More »

Lido Example

Login with NEARHello Lido! If you are ready to explore further, the Lido component serves as an excellent fully-fledged example, as it demonstrates how to interact with a smart contract deployed on the Ethereum mainnet. info Ethers.js This component uses the [Ethers JavaScript](https://ethers.org) library to interact with Ethereum smart contracts. Follow [this link](https://docs.ethers.org/v6/) for the …

Lido Example Read More »

NEAR for Ethereum developers

Login with NEARNEAR components are chain-agnostic, enabling you to create decentralized frontends tailored for any Ethereum dApps. Throughout this article, we’ll navigate prevalent use-cases with code snippets. You’ll also find links to exemplary NEAR components for reference. Interact with Ethereum using Ethers.js The NEAR VM has imported the Ethers.js library, allowing for seamless interaction with …

NEAR for Ethereum developers Read More »

BOS Loader

Login with NEARBOS Loader In this article you’ll learn how to develop, test, and deploy BOS components using CLI tools. You can use this workflow to tap into the colaboration, pull-request, and other GitHub benefits while still deploying components to the BOS. BOS Component Loader serves a local directory of component files as a JSON …

BOS Loader Read More »

Blog Posts

Login with NEARThe Blog post components enable your gateway to promote regular Near Social posts into fully fledged blog posts. In this article you’ll learn how to set up the required components so you can define a custom URL to show a clean feed of blog posts. Setup To set up the Blog post features …

Blog Posts Read More »

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 »

Scroll to Top