YOUR TUTOR: Enock Kipkoech
- Development SetUp - Nodejs, Express, Web3, Ethers, dotenv Setup
- Blockchain Security & Wallets - Public & Private Keys
- Web3 Provider Connection(Connect to Ethereum Network) - Alchemy, Infura, nodereal
- Ethers Wallet Connection(Connect to Ethereum Network)
- Ethers Wallet Balance Check
- Smart Contract ABI & Address
- Smart Contract Connection(Connect to Smart Contract)
- Smart Contract Read Functions( Interract with Smart Contract)
// AFTERNOON SESSION
- Solidity Basics
- Smart Contract Structure, Token Creation, Writing Tests and deployment Scripts
- Smart Contract Deployment
- Nodejs Installed
- Basic Javascript Knowledge
- Basic Blockchain Knowledge
- Basic Ethereum Knowledge
- Basic Solidity Knowledge
- Basic Web3 Knowledge
- Basic Ethers Knowledge
-
Clone the Repository: TutorPlate
git clone git@github.com:Enockkipkoech/TutorPlate.git
-
Run
npm install
-
Create a
.env
file and add the following
PORT= 4000
RPC_URL=YOUR_RPC_URL
INFURA_API_KEY=YOUR_INFURA_API_KEY
WALLET_ADDRESS=YOUR_WALLET_ADDRESSs
PRIVATE_KEY=YOUR_PRIVATE_KEY
- Run
npm start