Latest

Sep
01
🧰 Web3 [Serie Part 6/10] - Send Ether to a Smart Contract

🧰 Web3 [Serie Part 6/10] - Send Ether to a Smart Contract

Introduction Sometimes it's necessary to load the Smart Contract with Ethers. Thus, we need to be able to send some
6 min read
Sep
01
🧰 Web3 [Serie Part 5/10] - Send Transactions to a Smart Contract (sendTransactions API)

🧰 Web3 [Serie Part 5/10] - Send Transactions to a Smart Contract (sendTransactions API)

Introduction In the previous lecture, we read data from our Smart Contract. In this lecture, we are going to write
3 min read
Sep
01
🧰 Web3 [Serie Part 4/10] - Call A Smart Contract

🧰 Web3 [Serie Part 4/10] - Call A Smart Contract

Introduction In this chapter, we are going to interact with our Smart Contract. First, we will use the Call API.
1 min read
Sep
01
🧰 Web3 [Serie Part 3/10] - Create A Contract Instance

🧰 Web3 [Serie Part 3/10] - Create A Contract Instance

Introduction In this chapter, we will learn how to create an instance of our Smart Contract. This part is required
5 min read
Sep
01
🧰 Web3 [Serie Part 2/10] - Connect Web3 to Ganache

🧰 Web3 [Serie Part 2/10] - Connect Web3 to Ganache

At the end of this chapter, we will be able to connect our code to our local blockchain (Ganache), and
2 min read
Sep
01
🧰 Web3 [Serie Part 1/10] - Setup Environment

🧰 Web3 [Serie Part 1/10] - Setup Environment

Introduction At the end of this section, we will have a development environment setup allowing us to pursue the whole
2 min read
Sep
01
🧰 Web3 [Serie Part 0/10] - Introduction

🧰 Web3 [Serie Part 0/10] - Introduction

Series Plan In this Web3.js serie, we will go through the following parts: 1. Setup Environment 2. Connect Web3
3 min read
Aug
23
🧰 Web3 [Serie Part 8/10] - Deploy & Interact with a Smart Contract with Infura

🧰 Web3 [Serie Part 8/10] - Deploy & Interact with a Smart Contract with Infura

So far, we worked locally, using Ganache. In development mode, we do not sign transactions. This is easier, and not
8 min read