DEV Community

# solidity

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
String Type and String Literals in Solidity

String Type and String Literals in Solidity

Comments
1 min read
More EVM Puzzles - Walkthrough

More EVM Puzzles - Walkthrough

Comments
9 min read
Fork mainnet using hardhat to test and build on DeFi protocols and more

Fork mainnet using hardhat to test and build on DeFi protocols and more

6
Comments
6 min read
Raffle Draws on the Ethereum Blockchain: A Beginner's Guide

Raffle Draws on the Ethereum Blockchain: A Beginner's Guide

6
Comments 2
6 min read
Learn to Deploy Smart Contracts more Professionally with Hardhat

Learn to Deploy Smart Contracts more Professionally with Hardhat

2
Comments
10 min read
Booleans in Solidity

Booleans in Solidity

1
Comments
1 min read
Layout of a Solidity Source File - Part 2

Layout of a Solidity Source File - Part 2

1
Comments
1 min read
Quill CTF: 4. Safe NFT

Quill CTF: 4. Safe NFT

Comments
3 min read
QuillCTF: 5. D31eg4t3

QuillCTF: 5. D31eg4t3

Comments
3 min read
A Beginner's Guide to Solidity: Understanding the Fundamentals of the Ethereum Smart Contract Language

A Beginner's Guide to Solidity: Understanding the Fundamentals of the Ethereum Smart Contract Language

3
Comments
9 min read
How to write NFT smart contract in 2023

How to write NFT smart contract in 2023

3
Comments
8 min read
Events in Solidity: A Beginner's Guide

Events in Solidity: A Beginner's Guide

Comments 1
5 min read
An Introduction to solc-js

An Introduction to solc-js

Comments
1 min read
An Introduction to Remix IDE

An Introduction to Remix IDE

7
Comments
2 min read
Create a blockchain asset tracking system using an ERC-721-inspired smart contract!

Create a blockchain asset tracking system using an ERC-721-inspired smart contract!

3
Comments
5 min read
Smart Contract Creation Cost

Smart Contract Creation Cost

2
Comments
5 min read
QuillCTF: 3. VIP Bank

QuillCTF: 3. VIP Bank

1
Comments
2 min read
Using Remix Analyzer For Solidity Syntax Analysis.

Using Remix Analyzer For Solidity Syntax Analysis.

Comments
4 min read
QuillCTF: 2. Confidential Hash

QuillCTF: 2. Confidential Hash

1
Comments
3 min read
Solidity Security: Tips and Tricks for Secure Smart Contract Development

Solidity Security: Tips and Tricks for Secure Smart Contract Development

2
Comments
4 min read
QuillCTF: 1. Road Closed

QuillCTF: 1. Road Closed

3
Comments 2
2 min read
Attack Vectors in Solidity #10: Short Address Attack

Attack Vectors in Solidity #10: Short Address Attack

Comments
3 min read
let's convert between bytes32 & string & vice-versa

let's convert between bytes32 & string & vice-versa

2
Comments
1 min read
Attack Vectors in Solidity #6:Unexpected Ether( Incorrect Use of this.balance)

Attack Vectors in Solidity #6:Unexpected Ether( Incorrect Use of this.balance)

1
Comments
4 min read
Best Resources to Learn Blockchain Development in 2023

Best Resources to Learn Blockchain Development in 2023

3
Comments
6 min read
Attack Vectors in Solidity #5: Signature Replay Attacks

Attack Vectors in Solidity #5: Signature Replay Attacks

Comments
2 min read
All in one ⚡ Ethereum Dapp monorepo starter kit

All in one ⚡ Ethereum Dapp monorepo starter kit

2
Comments
2 min read
Solidity Arrays: How To Use Them In Your Smart Contracts.

Solidity Arrays: How To Use Them In Your Smart Contracts.

3
Comments
7 min read
Let's dive a little in to function selectors in solidity

Let's dive a little in to function selectors in solidity

2
Comments
2 min read
What are an NFT and the ERC-721 standard?

What are an NFT and the ERC-721 standard?

1
Comments
4 min read
Attack Vectors in Solidity #3: Reentrancy Vulnerabilities

Attack Vectors in Solidity #3: Reentrancy Vulnerabilities

1
Comments
4 min read
How to Build an NFT Auction Site with React, Solidity, and CometChat

How to Build an NFT Auction Site with React, Solidity, and CometChat

8
Comments 3
13 min read
Attack Vectors in Solidity #1: Inappropriate Access Control

Attack Vectors in Solidity #1: Inappropriate Access Control

1
Comments 1
2 min read
Troubleshooting: replacement fee too low

Troubleshooting: replacement fee too low

1
Comments
2 min read
Blockchain: Starting of new Journey

Blockchain: Starting of new Journey

4
Comments
1 min read
🚀 Axelar: The Future of Cross Chain Communication for Web3

🚀 Axelar: The Future of Cross Chain Communication for Web3

5
Comments
8 min read
Introduction to Solidity

Introduction to Solidity

9
Comments 2
7 min read
A Quick Look at ERC777 & ERC1820

A Quick Look at ERC777 & ERC1820

5
Comments 1
5 min read
Re-entrancy attacks in Ethereum smart contrats

Re-entrancy attacks in Ethereum smart contrats

6
Comments 1
2 min read
Gas Optimization In Solidity

Gas Optimization In Solidity

4
Comments
5 min read
Best Solidity Practices (with examples)

Best Solidity Practices (with examples)

8
Comments
4 min read
How to use TypeScript with EIP-2535: Diamonds

How to use TypeScript with EIP-2535: Diamonds

7
Comments
3 min read
Damn Vulnerable DeFI 2022 Walkthrough — Challenge 2 Solution “Naive Receiver”

Damn Vulnerable DeFI 2022 Walkthrough — Challenge 2 Solution “Naive Receiver”

4
Comments
4 min read
Solidity: Writing your first Smart Contract

Solidity: Writing your first Smart Contract

2
Comments
5 min read
Solidity vs Rust

Solidity vs Rust

4
Comments
5 min read
How to Build an Exciting Blockchain Voting System with React, Solidity, and CometChat

How to Build an Exciting Blockchain Voting System with React, Solidity, and CometChat

7
Comments
11 min read
How do Bytes live in Solidity and coexist with Strings?

How do Bytes live in Solidity and coexist with Strings?

1
Comments
3 min read
Implementing a DAO in a growing software development company

Implementing a DAO in a growing software development company

8
Comments
5 min read
Solidity by Examples in ITALIANO!

Solidity by Examples in ITALIANO!

5
Comments
3 min read
Understanding Array in Solidity (Push, Pop, Length)

Understanding Array in Solidity (Push, Pop, Length)

8
Comments
5 min read
Get a head start with badass hardhat workflow

Get a head start with badass hardhat workflow

8
Comments
2 min read
How to declare an array in Solidity

How to declare an array in Solidity

Comments
1 min read
How to get array length in Solidity

How to get array length in Solidity

1
Comments
1 min read
Uniswap Deep Dive 1:

Uniswap Deep Dive 1:

Comments
2 min read
Fix: ethers.getContract is not a function Hardhat Solidity

Fix: ethers.getContract is not a function Hardhat Solidity

5
Comments
2 min read
Fix: Cannot find module '@nomicfoundation/hardhat-toolbox' Solidity

Fix: Cannot find module '@nomicfoundation/hardhat-toolbox' Solidity

4
Comments 2
2 min read
Smart Contract for division

Smart Contract for division

2
Comments
7 min read
Deploy an ERC-20 on Aurora using Hardhat

Deploy an ERC-20 on Aurora using Hardhat

7
Comments
4 min read
How to Build custom ERC-1155 NFT Collection using thirdweb

How to Build custom ERC-1155 NFT Collection using thirdweb

3
Comments
8 min read
All About EVM Instructions And Opcodes:

All About EVM Instructions And Opcodes:

1
Comments
4 min read
loading...