Archives: Docs

Docs

What are Web3 Apps?

Login with NEARWeb3 Applications – also known as decentralized apps (dApps) – leverage smart contracts and blockchain data to offer transparency, security and giving back control to users over their assets and data. NEAR simplifies building Web3 apps for the general public, making it easy to interact with different blockchains, while helping to onboard users …

What are Web3 Apps? Read More »

Hello WebApp

Login with NEARIn this guide we will show you how to quickly spin up a frontend where users can login using their wallets and interact with a contract. tip earching to integrate NEAR in your App? If you already have an application and want to integrate NEAR into it, we recommend you to first go …

Hello WebApp Read More »

Integrating Contracts

Login with NEARTo integrate NEAR to your frontend, you will leverage two tools: Wallet Selector: Enables the user to select their preferred NEAR wallet in your dApp. NEAR API JS: A suite of tools to interact with the NEAR RPC. Using those tools you will implement the following flow: Setup a wallet selector. Load the …

Integrating Contracts Read More »

Integrating Components

Login with NEARTo integrate Components to your frontend, you will leverage two tools: Wallet Selector: Enables the user to select their preferred NEAR wallet in your dApp. NEAR VM: A package that can retrieve the component’s code from the blockchain and execute it in the browser. Using those tools you will implement the following flow: …

Integrating Components Read More »

Frontends for Web3 dApps

Login with NEARWhen building decentralized web applications (dApps), developers have two primary options for connecting a front-end user interface (UI) to a smart contract backend. Each option offers distinct advantages and disadvantages, tailored to different project requirements and goals. Standard Web2 Frontend Decentralized Frontend Standard Web 2 Frontend While your user interface layer will remain …

Frontends for Web3 dApps Read More »

Chain Hosted UI

Login with NEARChain Hosted UI is a decentralized frontend solution that lets you to deploy dApp frontends directly on the NEAR blockchain. A frontend can be built with typical Web2 tooling (e.g. React + Vite + node.js dependencies), and the resulting compressed bundle can be stored in the state of a smart contract. warning This …

Chain Hosted UI Read More »

Scroll to Top