Giter VIP home page Giter VIP logo

html-js-ethers-connect-24's Introduction

html-js-ethers-connect-24

A small html file to show how to connect with metamask from the front-end.

What's going on in the front end with wallets

If your chrome installed metamask, when you inspect your chrome and go over to sources, you can see MetaMask being injected from brower extention. And in the console, window.ethereum object is append by metamask extention. Wallet can connect blockchain node(provider) by RPC URL, your browser connect to wallet :)

Requirements

  • vscode
  • git
  • Nodejs & npm
  • Metamask
  • liveserver(vscode extention)
  • browserify

Install Nodejs & npm just run:

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install node

How to do

  • run command:
mkdir html-js-ethers-connect-24
cd html-js-ethers-connect-24
code .
  • create index.html, index.js file.
  • you can run html with js file using liveserver.
  • for installing ethers:
npm init -y
npm install --save ethers@^5.5.3
  • use a deployed SimpleStorage contract to test, we need abi and contract address(sepolia).
  • we need to browserify our javascript, transpile js so front end can understand:
npm install -g browserify # install tool
browserify index.js --standalone bundle -o ./dist/bundle.js # transplile index.js into browerified index.js

Use liveserver to run index.html to interact with contract SimpleStorage

Put project to github

  • add .gitignore file.
  • initialize repository
  • push to github

html-js-ethers-connect-24's People

Contributors

lightrao avatar

Watchers

 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.