Docs Category: 3.near-components

Choose your Dev Environment

Login with NEARThe environments in which you can develop Components are divided into two categories: Web Tools: Online tools that allow you to quickly start building and sharing components. Local Tools: Tools that allow you to develop and test components locally. tip andling collaborations If you plan to collaborate with multiple people, we recommend you …

Choose your Dev Environment Read More »

What are NEAR Components?

Login with NEARNEAR Components are a new way to build web applications. They are composable, reusable and decentralized. tip ou can login to interact with the examples in this section. Familiar to Web Developers NEAR Components are built on top of React Components, meaning that they: Handle input through the props variable Handle state through …

What are NEAR Components? Read More »

Using components on WebApps

Login with NEARIn order to use the components you create in a WebApp you need to use what is known as the NEAR VM. This virtual machine helps you to easily fetch components from the blockchain and transform them into executable code. There are two possible scenarios: You want to start a WebApp from scratch. …

Using components on WebApps Read More »

Scroll to Top