All Projects → near-examples → rust-counter

near-examples / rust-counter

Licence: other
Simple counter in Rust. Increment, decrement, and reset. See branches for extended usage.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
typescript
32286 projects
rust
11053 projects
shell
77523 projects

Projects that are alternatives of or similar to rust-counter

FT
Example implementations of money-like tokens, where one token is the same as any other, using the NEP-141 spec (similar to ERC-20)
Stars: ✭ 97 (+83.02%)
Mutual labels:  ready-to-use
NFT
Example implementations of tokens to represent unique assets, such as collectibles or deeds, using the NEP-171 spec (similar to ERC-721)
Stars: ✭ 291 (+449.06%)
Mutual labels:  ready-to-use
TensorFlow-Binary-Image-Classification-using-CNN-s
Binary Image Classification in TensorFlow
Stars: ✭ 26 (-50.94%)
Mutual labels:  ready-to-use
counter
Increment and decrement a counter with this simple smart contract via a web page.
Stars: ✭ 21 (-60.38%)
Mutual labels:  ready-to-use
guest-book
Sign in with NEAR and add a message to the guest book!
Stars: ✭ 68 (+28.3%)
Mutual labels:  ready-to-use

Count on NEAR 🧮

Count on NEAR is a decentralized app that stores a simple counter, enabling to increment, decrement and reset it.

What This Example Shows

  1. How to store, modify 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].