https://github.com/papilo-cloud/mock-token
Mock Token Smart Contract
https://github.com/papilo-cloud/mock-token
ethereum ethersjs hardhat javascript sepolia solidity unittesting web3
Last synced: 10 months ago
JSON representation
Mock Token Smart Contract
- Host: GitHub
- URL: https://github.com/papilo-cloud/mock-token
- Owner: papilo-cloud
- Created: 2025-06-01T16:52:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-03T11:24:14.000Z (about 1 year ago)
- Last Synced: 2025-06-23T10:53:40.254Z (about 1 year ago)
- Topics: ethereum, ethersjs, hardhat, javascript, sepolia, solidity, unittesting, web3
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MockToken
## What I covered
### For the Contracts
**Unit Testing with Hardhat**
- Compile smart contracts using Hardhat
- Write unit tests using Hardhat
**Debugging and Deploying with Hardhat**
- Debug smart contracts using Hardhat
- Deploy smart contracts to the Hardhat Network
- Deploy smart contracts to the Sepolia testnet
### For the Ethers.js
**Reading & Writing Smart Contracts with Ethers.js**
- Use ethers.js to interact with an Ethereum node to read on-chain data
- Use ethers.js to interact with deployed smart contracts
- Describe what a contract ABI is
**Event Handling & Signatures with Ethers.js**
- Describe the concept of events in Solidity smart contracts
- Use ethers.js to listen to events occurring in the blockchain
- Use advanced filtering techniques in ethers.js
- Describe signatures in Ethereum