Archives: Docs

Docs

Pre-deployed Contract

Login with NEARCreate your first non-fungible token by using a pre-deployed NFT smart contract which works exactly as the one you will build on this tutorial. Prerequisites To complete this tutorial successfully, you’ll need a NEAR Wallet and NEAR CLI Using the NFT contract Minting an NFT token on NEAR is a simple process that …

Pre-deployed Contract Read More »

NFT Zero to Hero

Login with NEARIn this Zero to Hero series, you’ll find a set of tutorials that will cover every aspect of a non-fungible token (NFT) smart contract. You’ll start by minting an NFT using a pre-deployed contract and by the end you’ll end up building a fully-fledged NFT smart contract that supports every extension. Prerequisites To …

NFT Zero to Hero Read More »

What is Data Infrastructure?

Login with NEARNEAR offers ready-to-use solutions to access and monitor on-chain data easily. This is very useful to automate actions based on specific events, cache data to reduce latency, gather usage data of the blockchain, and even study user preferences. In NEAR you will find three main solutions to access and monitor on-chain data: Data …

What is Data Infrastructure? 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 »

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 »

RPC Setup

Login with NEAR warning Please be advised that these tools and services will be discontinued soon. In order to use the RPC API you will need to setup the correct RPC endpoints: POST for all RPC methods JSON RPC 2.0 `- Endpoint URL varies by network testnet: https://near-testnet.api.pagoda.co/rpc/v1/ mainnet: https://near-mainnet.api.pagoda.co/rpc/v1/ note We are working on …

RPC Setup Read More »

RPC Statistics

Login with NEAR warning Please be advised that these tools and services will be discontinued soon. Inspect your RPC Usage in the Statistics Tab: info Data defaults to the last 30 days. Currently the statistics page show the usage data across all projects and API keys within an organization set on Pagoda Console. Aggregated key …

RPC Statistics Read More »

Get Pagoda API Keys

Login with NEAR warning Please be advised that these tools and services will be discontinued soon. Register an account on Pagoda Console: Create a blank project Give your project a cool name Grab your API Key Click the API Tab and you will see your API key already generated for you and ready to use, …

Get Pagoda API Keys Read More »

Scroll to Top