ailisp / hello-near-js

Hello NEAR in JavaScript!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello Near 👋

Build Status

Hello NEAR! is a friendly decentralized App that stores a greeting message. It is one of the simplest smart contracts you can create in NEAR, and the perfect gateway to introduce yourself in the world of smart contracts.

What This Example Shows

  1. How to store and retrieve information in the NEAR network.
  2. How to integrate a smart contract in a web frontend.

Quickstart

Clone this repository locally or open it in gitpod. Then follow these steps:

1. Install Dependencies

npm install

2. Test the Contract

Deploy your contract in a sandbox and simulate interactions from users.

npm test

3. Deploy the Contract

Build the contract and deploy it in a testnet account

npm run deploy

4. Start the Frontend

Start the web application to interact with your smart contract

npm start

Learn More

  1. Learn more about the contract through its README.
  2. Check our documentation.

About

Hello NEAR in JavaScript!

License:MIT License


Languages

Language:JavaScript 38.2%Language:CSS 25.5%Language:HTML 20.2%Language:TypeScript 11.1%Language:Shell 4.8%