[go: up one dir, main page]

Skip to content

Quick start to creating JavaScript smart contracts on NEAR.

License

Notifications You must be signed in to change notification settings

nearvndev/coin-flip-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coin Flip 🪙

Coin Flip is a game were the player tries to guess the outcome of a coin flip. It is one of the simplest contracts implementing random numbers.

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.
  3. How to generate random numbers in a contract.

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

Quick start to creating JavaScript smart contracts on NEAR.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.8%
  • TypeScript 22.1%
  • CSS 15.2%
  • HTML 11.9%
  • Shell 5.0%