Giter Club home page Giter Club logo

react-web3-counter's Introduction

react-web3-counter

This repository contains a smart contact with a counter inside that can be deployed to a testnet block-chain with the help of alchemy for the blockchain connection. The counter value can be increased through a transaction.

Dependencies Installation

Run the following command at the root of the repository to install dependencies on both contract and react workspaces:

yarn install

Deploy contact

Deploy to localhost

Run this command under /contract to make a node on localhost:

npx hardhat node

Then run this command to deploy the contract to localhost:

npx hardhat run scripts/deploy-counter.ts --network localhost

or

Deploy to sepolia testnet via alchemy

Put your alchemy api key and sepolia wallet private key on /contract/.env. Then run this command under /contract and the contact will be deployed to the sepolia testnet:

npx hardhat run scripts/deploy-counter.ts --network sepolia

Make transaction via react app

Put the deployed address of the contact to /react/.env which can be find from the log after deployed the contact above. Then run the react app under /react:

npm run dev

Open up http://localhost:3000 from a browser with metamask extension, metamask will prompt to ask what account that you want to connect to the counter page. After choosing an account, the counter value obtained from the deployed contract will be displyed.

Click the increment button, then metamask will prompt and ask for a new transaction to increase the count. Click submit for the transcation and wait for a moment. The counter will be increased once the transaction success.

react-web3-counter's People

Contributors

nathanwkwong avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.