DEV Community

Web3

Web3 refers to the next generation of the internet that leverages blockchain technology to enable decentralized and trustless systems for financial transactions, data storage, and other applications.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Creating an ERC20/BEP20 token without libraries with testing (part 1)

Creating an ERC20/BEP20 token without libraries with testing (part 1)

6
Comments 1
4 min read
Taking Open Source contributions and communities to next level with the Reward System

Taking Open Source contributions and communities to next level with the Reward System

10
Comments
3 min read
♦️ History and Origin of Solidity

♦️ History and Origin of Solidity

10
Comments 1
4 min read
Create a Crowdfunding Smart Contract using Solidity

Create a Crowdfunding Smart Contract using Solidity

7
Comments
5 min read
How to get a job in Web3

How to get a job in Web3

11
Comments 1
9 min read
The Roadmap: Breaking into Web 3.0

The Roadmap: Breaking into Web 3.0

19
Comments 2
9 min read
How To Deploy A Smart Contract On Blockchain Using Python

How To Deploy A Smart Contract On Blockchain Using Python

10
Comments
5 min read
Web3Hunter Launch (Job board)

Web3Hunter Launch (Job board)

4
Comments
1 min read
What I've Learned after three months in the NFT world

What I've Learned after three months in the NFT world

6
Comments 1
3 min read
Chainlink External Adapters, Sanity, ERC20 and stuff like that – Part 3: Smart Contract & Chainlink Oracle/Operator

Chainlink External Adapters, Sanity, ERC20 and stuff like that – Part 3: Smart Contract & Chainlink Oracle/Operator

10
Comments
10 min read
Upgrading Smart Contracts using OpenZeppelin Upgrade Plugin

Upgrading Smart Contracts using OpenZeppelin Upgrade Plugin

12
Comments 2
7 min read
5 reasons why Web3 needs a decentralized meshnet-style bandwidth marketplace

5 reasons why Web3 needs a decentralized meshnet-style bandwidth marketplace

4
Comments
2 min read
How to find length of string in Solidity, from the smart contract of ens

How to find length of string in Solidity, from the smart contract of ens

10
Comments
4 min read
CRYPTO WALLET DAPP WITH FLUTTER AND SOLIDITY

CRYPTO WALLET DAPP WITH FLUTTER AND SOLIDITY

14
Comments 1
6 min read
Accessing Ethereum Archive Nodes with Infura

Accessing Ethereum Archive Nodes with Infura

5
Comments 2
11 min read
Building an NFT Minting platform That Mint Selfies with Bunzz.

Building an NFT Minting platform That Mint Selfies with Bunzz.

8
Comments 1
5 min read
Building a Full Stack NFT Market Place with Near Protocol and React.js Part 2

Building a Full Stack NFT Market Place with Near Protocol and React.js Part 2

9
Comments 5
3 min read
Ethernaut系列-说明

Ethernaut系列-说明

7
Comments
1 min read
Some Useful GitHub Repositories To Enhance Your Web3 Skills

Some Useful GitHub Repositories To Enhance Your Web3 Skills

13
Comments 3
3 min read
A simple guide on how to set up Solana Pay's POS system on Devnet

A simple guide on how to set up Solana Pay's POS system on Devnet

10
Comments 1
4 min read
How events in Solidity work, and why are they needed

How events in Solidity work, and why are they needed

6
Comments
2 min read
An Overview of the Solana Blockchain and its Ecosystem

An Overview of the Solana Blockchain and its Ecosystem

5
Comments
7 min read
Getting the foundation ready for Web3

Getting the foundation ready for Web3

13
Comments
9 min read
Setup for Success: Creating Web3 Projects with the Truffle for VS Code Extension

Setup for Success: Creating Web3 Projects with the Truffle for VS Code Extension

6
Comments
7 min read
Create an ERC-20 token on Polygon

Create an ERC-20 token on Polygon

11
Comments 2
5 min read
ICP makes me want to develop Web 3

ICP makes me want to develop Web 3

4
Comments 2
5 min read
The Hyperverse

The Hyperverse

3
Comments 1
1 min read
How to fetch NFT collection using JavaScript and OpenSea API

How to fetch NFT collection using JavaScript and OpenSea API

12
Comments 1
3 min read
Web 3.0 - The Stack (Intro)

Web 3.0 - The Stack (Intro)

3
Comments 2
5 min read
How to view and edit smart contracts in Bunzz

How to view and edit smart contracts in Bunzz

4
Comments
3 min read
How to Code Solidity Smart Contract CRUD Functions: The Right Way

How to Code Solidity Smart Contract CRUD Functions: The Right Way

10
Comments 1
8 min read
Master String Manipulation in Solidity

Master String Manipulation in Solidity

3
Comments
8 min read
Chainlink External Adapters, Sanity, ERC20 and stuff like that – Part 2: Building the Chainlink External Adapter

Chainlink External Adapters, Sanity, ERC20 and stuff like that – Part 2: Building the Chainlink External Adapter

14
Comments
12 min read
Make a beautiful Connect Wallet Button with RainbowKit and React

Make a beautiful Connect Wallet Button with RainbowKit and React

15
Comments
4 min read
Chainlink External Adapters, Sanity, ERC20 and stuff like that – Part 1: Setting up Sanity.

Chainlink External Adapters, Sanity, ERC20 and stuff like that – Part 1: Setting up Sanity.

14
Comments
6 min read
Build an on-chain DAO for your NFT holders on Ethereum using Solidity, Next.js, ethers.js, Web3Modal

Build an on-chain DAO for your NFT holders on Ethereum using Solidity, Next.js, ethers.js, Web3Modal

19
Comments
19 min read
Understanding the Ethereum Virtual Machine (EVM)

Understanding the Ethereum Virtual Machine (EVM)

15
Comments 1
5 min read
Launch an ICO on Ethereum using Solidity, Next.js, ethers.js, Web3Modal. Airdrop free tokens to NFT holders.

Launch an ICO on Ethereum using Solidity, Next.js, ethers.js, Web3Modal. Airdrop free tokens to NFT holders.

15
Comments
15 min read
How to Transition from Web2 to Web3

How to Transition from Web2 to Web3

42
Comments 9
8 min read
Build an entire NFT Collection on Ethereum using Solidity, Next.js, Web3Modal, Ethers.js

Build an entire NFT Collection on Ethereum using Solidity, Next.js, Web3Modal, Ethers.js

13
Comments
18 min read
What is Gas on Ethereum (and other blockchains)? Deep dive

What is Gas on Ethereum (and other blockchains)? Deep dive

15
Comments
10 min read
Let's learn some advanced Solidity concepts!

Let's learn some advanced Solidity concepts!

13
Comments
10 min read
How to create your first app with anchor ?

How to create your first app with anchor ?

7
Comments
1 min read
Build your first dApp on Ethereum using HTML, Javascript, and Solidity!

Build your first dApp on Ethereum using HTML, Javascript, and Solidity!

14
Comments
7 min read
How do DEX's work? Understand Uniswap v1 by deep diving into the math and code. Learn the xy=k AMM curve.

How do DEX's work? Understand Uniswap v1 by deep diving into the math and code. Learn the xy=k AMM curve.

13
Comments
12 min read
Build a simple whitelist dApp using Solidity, Next.js, ethers.js on Ethereum

Build a simple whitelist dApp using Solidity, Next.js, ethers.js on Ethereum

15
Comments
11 min read
What are Providers and Signers? What is an ABI? What are BigNumbers? How do contracts deal with ERC-20 tokens?

What are Providers and Signers? What is an ABI? What are BigNumbers? How do contracts deal with ERC-20 tokens?

9
Comments
8 min read
What is a Blockchain?

What is a Blockchain?

5
Comments
3 min read
SUPER KEYWORD IN SOLIDITY

SUPER KEYWORD IN SOLIDITY

10
Comments
2 min read
Storage vs Memory vs Calldata - Understanding Data Locations in Solidity

Storage vs Memory vs Calldata - Understanding Data Locations in Solidity

6
Comments
2 min read
[BADGE.AR] Create NFTs from your Achievements

[BADGE.AR] Create NFTs from your Achievements

55
Comments 3
3 min read
Going, Going, Gone … How Terra Luna Lost 99.8% of it’s value in 4 days

Going, Going, Gone … How Terra Luna Lost 99.8% of it’s value in 4 days

5
Comments
4 min read
Web3 Modern Architecture

Web3 Modern Architecture

3
Comments
1 min read
Web3 learning platforms - Earn While You Learn

Web3 learning platforms - Earn While You Learn

22
Comments
2 min read
Keahlian Teratas Yang Harus Dimiliki Semua Pengembang Frontend Baru Menurut Lumoshive

Keahlian Teratas Yang Harus Dimiliki Semua Pengembang Frontend Baru Menurut Lumoshive

3
Comments
5 min read
How do I get started to work as web3 developer?

How do I get started to work as web3 developer?

4
Comments 3
1 min read
Hardhat vs Truffle: Which one is better for writing Smart Contracts?

Hardhat vs Truffle: Which one is better for writing Smart Contracts?

3
Comments
2 min read
Discovering OpenZeppelin Defender features with an NFT Game

Discovering OpenZeppelin Defender features with an NFT Game

11
Comments
7 min read
Tron Private network setup (Complete guide 2022)

Tron Private network setup (Complete guide 2022)

9
Comments
2 min read
The Tron protocol (Blockchain) a Deep Dive in 2022

The Tron protocol (Blockchain) a Deep Dive in 2022

9
Comments 1
8 min read
loading...