create-near-app
Create a starter app hooked up to the NEAR blockchain (by near)
near-cli
General purpose command line tools for interacting with NEAR Protocol (by near)
Our great sponsors
create-near-app | near-cli | |
---|---|---|
3 | 4 | |
231 | 134 | |
10.0% | 11.2% | |
3.6 | 7.5 | |
4 days ago | 6 days ago | |
JavaScript | JavaScript | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
create-near-app
Posts with mentions or reviews of create-near-app.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-07.
-
Building a Full Stack NFT Market Place with Near Protocol and React.js
For this guide, I decided to build an NFT Market Place using Near Protocol, although there is a much faster way of setting up a near project using create-near-app, I wanted to put the pieces together to make it easier to understand.
-
Building dApp with Near Protocol and React
For near dapps there is a npx binary create-near-app. It has some options to choose what type of frontend you are going to use and also what type of smart contract you are going to use. Here are the option you can use:
-
Building a Voting Smart Contract with Near Protocol and Typescript
That's it, now you can try to build some nice web app to have a frontend application which can use your smart contract. Usefull library to get started with the js api for building near web apps is near-api-js or if you're familiar with react you can use create-near-app library. Good luck!
near-cli
Posts with mentions or reviews of near-cli.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-03.
-
How to write and deploy a NFTs smart contract in NEAR (Rust-lang)
near-cli is a command line interface (CLI) for interacting with the NEAR blockchain. It was installed to the local node_modules folder when you ran yarn install, but for best ergonomics you may want to install it globally:
-
Building a Voting Smart Contract with Near Protocol and Typescript
Make sure you have installed node js 12+, yarn and the latest near-cli.
-
Ledger Nano Login to NEAR Wallet does not work
Meanwhile Ledger seems to work with Firefox yet. Alternatively you can always use terminal with near-cli either official one near-cli-js or unofficial one near-cli-to
-
Installing near-cli on Linux
Recently started learning about Near Protocol and while I was completing the exercises at Near Academy, I got some error when I was trying to install near-cli on Arch Linux.
What are some alternatives?
When comparing create-near-app and near-cli you can also consider the following projects:
berry - 📦🐈 Active development trunk for Yarn ⚒
near-cli-rs
near-wallet - Web wallet for NEAR Protocol which stores keys in browser's localStorage
near-tutorial
node - Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:
near-voting-app-smart-contract-tutorial - Tutorial for building Near Protocol Smart Contract for a Voting App
near-sdk - SDK for NEAR Protocol
buy-me-a-crypto-coffee - An extremely easy way for creators to accept Matic from their supporters
near-api-js - JavaScript library to interact with NEAR Protocol via RPC API