Archives: Docs

Docs

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 »

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 »

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 »

Scroll to Top