Archives: Docs

Docs

Indexing Solutions on NEAR

Login with NEARIndexing Solutions on NEAR Here’s a quick overview of Indexer projects on the NEAR ecosystem: BigQuery: Blockchain data indexing in NEAR Public Lakehouse is for anyone wanting to understand blockchain data. NEAR Lake Framework: a companion library to NEAR Lake. It allows you to build your own indexer that watches a stream of …

Indexing Solutions on NEAR Read More »

NEAR SDK

Login with NEARThe NEAR SDK is a library that allow to develop smart contracts. Currently, there exist two versions of NEAR SDK: one for Rust and one for JavaScript. tip ant to build a smart contract? The best place to start learning is our [QuickStart Guide](https://raw.githubusercontent.com/Techbridge3/docs/master/docs/2.build/2.smart-contracts/quickstart.md) Smart Contracts on NEAR This is how a smart …

NEAR SDK Read More »

Explorer

Login with NEARAn Explorer allows you to quickly obtain information from the blockchain through a friendly user interface. These useful tools enable for example to: Search for a transactions and its receipts. Check all the interactions in a smart contract. See the balance of an account. View block creations in real time NearBlocks Created by …

Explorer Read More »

FastNEAR API

Login with NEARA fast RPC for the NEAR blockchain, based on Redis and LMDB. About FastNEAR Fast-Near aims to provide the fastest RPC implementation for NEAR Protocol using high-performance storage backends: in-memory storage in Redis. SSD optimized storage using LMDB. It is optimized for view call performance and ease of deploy and scaling. info Note …

FastNEAR API Read More »

NEAR CLI

Login with NEARThe NEAR Command Line Interface (CLI) is a tool that enables to interact with the NEAR network directly from the shell. Among other things, the NEAR CLI enables you to: Login with a NEAR account Deploy a contract Interact and query information from a deployed contract Installation “`bash npm install -g near-cli-rs@latest “` …

NEAR CLI Read More »

ethereum-wallets

Login with NEARHow to integrate Ethereum Wallets to Near DApps? In this article we will describe how to add EVM wallets support to your Near app, which is already uses the Near Wallet Selector. To integrate Metamask and other EVM wallets you will need to: Update the Wallet Selector and add the Web3Modal libraries (wagmi, …

ethereum-wallets Read More »

NFT minter

Login with NEARNFT Minter This is a Next.js 14 frontend minter example that includes a simple interface from which you can mint nfts easily tip intbase Templates This is part of the [Mintbase Templates](https://templates.mintbase.xyz/), a collection of templates that you can use to scaffold your own project Project Walkthrough This is a simple minter example …

NFT minter Read More »

Onchain Blog

Login with NEARBlogchain Blogchain makes your content unstoppable. Transform your blogs into smart contracts and posts into NFTs. tip intbase Templates This is part of the [Mintbase Templates](https://templates.mintbase.xyz/), a collection of templates that you can use to scaffold your own project Project Walkthrough Within the framework of blogchain, every blog manifests as an nft contract …

Onchain Blog Read More »

marketplace

Login with NEARSet ENV variables Once that’s done, copy the .env.example file in this directory to .env.local (which will be ignored by Git): cp .env.example .env.local if you use windows without powershell or cygwin: copy .env.example .env.local To get your api key visit : Mintbase Developers Page for Mainnet: Mintbase Developers Page for testnet: NEXT_PUBLIC_DEVELOPER_KEY=your_mintbase_api_key …

marketplace Read More »

Scroll to Top