An open API service indexing awesome lists of open source software.

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

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