April 23, 2022
Solidity Security Part 4- Timestamp Dependence
It’s not uncommon to write a contract in Solidity that only allows certain actions to be performe...
April 22, 2022
Solidity Security Part 3 – Frontrunning
Since all transactions are visible in the mempool for a short while before being executed,
...
April 21, 2022
Getting Started With Tenderly for Blockchain Development
Overview
First things first, we need to get your Smart Contracts into Tenderly to use al...
April 21, 2022
How to do Upgradable smart contracts using OpenZeppelin
An Upgradable contract is a contract that can be (kind of) altered, after the deployment. At the ...
April 21, 2022
Getting Started With Anchor For Solana
1. Installing Rust, Solana, Yarn and Anchor
Start by installing all the dependencies...
April 21, 2022
Rust Interview Questions
Is Rust Garbage Collected?
No! One of Rust’s key innovations is guarantee...
April 19, 2022
Solidity Security Part 2 – Oracle Manipulation
Protocols sometimes require additional information from outside the realm of the blockchain to fu...
April 18, 2022
Solidity Security Part 1 – Reentrancy Attack
One of the major dangers of ca...
April 7, 2022
An Introduction to Celo Blockchain
Introducing Celo’s Technology
Celo is a blockchain ecosystem focused on increasing crypt...
April 6, 2022
Solidity Gas Optimization Tip
Solidity is a special language with many little quirks. A lot of things behave differently in Sol...