Create Near App

Create a starter app hooked up to the NEAR blockchain
Alternatives To Create Near App
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Lenster20,399
5 hours ago108gpl-3.0TypeScript
Lenster is a decentralized and permissionless social media app built with Lens Protocol 🌿
Full Blockchain Solidity Course Js8,660
a month ago45
Learn Blockchain, Solidity, and Full Stack Web3 Development with Javascript
Ethereum Org Website4,121
5 hours ago406mitMarkdown
Ethereum.org is a primary online resource for the Ethereum community.
Lbry Desktop3,590
2 months ago593mitJavaScript
A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
App Monorepo1,436
5 hours ago26apache-2.0TypeScript
Secure, open source and community driven crypto wallet runs on all platforms and trusted by millions.
Mycrypto1,248
5 months ago35mitTypeScript
MyCrypto is an open-source tool that allows you to manage your Ethereum accounts privately and securely. Developed by and for the community since 2015, we’re focused on building awesome products that put the power in people’s hands.
Blockstack Browser1,129
a year agon,ullmpl-2.0JavaScript
The Blockstack Browser
Wallet Adapter1,095
7 days ago23apache-2.0TypeScript
Modular TypeScript wallet adapters and components for Solana applications.
Hicetnunc800
3 months ago141otherJavaScript
hicetnunc UI/UX
Full Stack Ethereum728
6 months ago2TypeScript
Building full stack apps with Solidity, Ethers.js, Hardhat, and The Graph
Alternatives To Create Near App
Select To Compare


Alternative Project Comparisons
Readme

Create NEAR App

=============== Gitpod Ready-to-Code

Quickly build apps backed by the NEAR blockchain

Prerequisites

Make sure you have a current version of Node.js installed – we are targeting versions 16+.

Read about other prerequisites in our docs.

Getting Started

To create a new NEAR project run this and follow interactive prompts:

npx create-near-app

If you've previously installed create-near-app globally via npm install -g create-near-app, please uninstall the package using npm uninstall -g create-near-app to ensure that npx always uses the latest version.

Follow the instructions in the README.md in the project you just created! 🚀

You can create contracts written in:

You can create a frontend template in:

  • React
  • Vanilla JavaScript

For testing we use a sandboxed environment of NEAR (called Workspaces). You can write the tests in JavaScript or Rust.

Using CLI arguments to run create-near-app

This CLI supports arguments to skip interactive prompts:

npx create-near-app
  <project-name>
  --contract js|rust|assemblyscript
  --frontend vanilla|react|none
  --tests js|rust
  --install

Use --install to automatically install dependencies from all package.json files.

When using arguments, all arguments are required, except for --install.

Getting Help

Check out our documentation or chat with us on Discord. We'd love to hear from you!

Contributing to create-near-app

To make changes to create-near-app itself:

  • clone the repository (Windows users, use git clone -c core.symlinks=true)
  • in your terminal, enter one of the folders inside templates, such as templates/vanilla
  • now you can run npm install to install dependencies and npm run dev to run the local development server, just like you can in a new app created with create-near-app

About commit messages

create-near-app uses semantic versioning and auto-generates nice release notes & a changelog all based off of the commits. We do this by enforcing Conventional Commits. In general the pattern mostly looks like this:

type(scope?): subject  #scope is optional; multiple scopes are supported (current delimiter options: "/", "\" and ",")

Real world examples can look like this:

chore: run tests with GitHub Actions

fix(server): send cors headers

feat(blog): add comment section

If your change should show up in release notes as a feature, use feat:. If it should show up as a fix, use fix:. Otherwise, you probably want refactor: or chore:. More info

Deploy create-near-app

If you want to deploy a new version, you will need two prerequisites:

  1. Get publish-access to the NPM package
  2. Get write-access to the GitHub repository
  3. Obtain a personal access token (it only needs the "repo" scope).
  4. Make sure the token is available as an environment variable called GITHUB_TOKEN

Then run one script:

npm run release

Or just release-it

License

This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE and LICENSE-APACHE for details.

Popular Blockchain Projects
Popular Reactjs Projects
Popular Blockchain Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Reactjs
Vue
Rust
Angular
Blockchain
Commit
Smart Contracts