https://github.com/btc415/web3-basic
Web3.js is a robust and flexible collection of TypeScript and JavaScript libraries that allows developers to interact with local or remote Ethereum nodes. This is the basic web3 examples.
https://github.com/btc415/web3-basic
blockchain web3 web3js
Last synced: about 1 year ago
JSON representation
Web3.js is a robust and flexible collection of TypeScript and JavaScript libraries that allows developers to interact with local or remote Ethereum nodes. This is the basic web3 examples.
- Host: GitHub
- URL: https://github.com/btc415/web3-basic
- Owner: BTC415
- Created: 2024-08-10T15:28:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T09:28:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T14:07:29.359Z (over 1 year ago)
- Topics: blockchain, web3, web3js
- Language: JavaScript
- Homepage:
- Size: 75.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Hardhat Project
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a Hardhat Ignition module that deploys that contract.
Try running some of the following tasks:
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat ignition deploy ./ignition/modules/Lock.js
```