Archives: Docs

Docs

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 »

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 »

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 »

Scroll to Top