My Web3 full stack Solicity smart contract & blockchain development journey along with
» this course from Patrick Collins
- Clone the repo
git clone https://github.com/levblanc/solidity-ethersjs.git
-
Install dependencies with
yarn install
ornpm install
-
Create a
.env
file under project's root directory
PRIVATE_KEY=private_key_of_your_wallet
RPC_URL=rpc_url_from_provider
PRIVATE_KEY_PASSWORD=your_password
- Installation & Setup - Local Development Introduction
- Ganache & Networks
- Introduction to Ethers.js
- Adding Transaction Overrides
- Transaction Receipts
- Sending a "raw" transaction in ethersjs
- Interacting with Contracts in Ethersjs
- Environment Variables
- Deploying to a Testnet or a Mainnet
- Verifying on Block Explorers (From the UI)