Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.18 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.18 KB

Coin Flip Examples 🪙

example workflow example workflow

This repository contains examples of a simple coin flip contract in both JavaScript and Rust, as well as a frontend interacting with a deployed coin flip smart contract.


What These Examples Show

  1. How to generate a random number
  2. How to interact with a smart contract on NEAR from a frontend

Learn More

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