April 28, 2022

Foundry Vs Hardhat

In this article, we will be comparing two smart contract development frameworks. Hardhat, which is the most used framework for…

Read Story
April 26, 2022

How to store your NFT metadata

I will be addressing these issues in this article. More specifically, we will show you how to: Upload Images to…

Read Story
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 performed within specific time…

Read Story
April 22, 2022

Solidity Security Part 3 – Frontrunning

Since all transactions are visible in the mempool for a short while before being executed, observers of the network can…

Read Story
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 all of the timesaving features…

Read Story
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 time this article…

Read Story
April 21, 2022

Getting Started With Anchor For Solana

1. Installing Rust, Solana, Yarn and Anchor Start by installing all the dependencies. We’re gonna use Anchor which is a…

Read Story
April 21, 2022

Rust Interview Questions

Is Rust Garbage Collected? No! One of Rust’s key innovations is guaranteeing memory safety without requiring garbage collection. How do…

Read Story
April 19, 2022

Solidity Security Part 2 – Oracle Manipulation

Protocols sometimes require additional information from outside the realm of the blockchain to function correctly. Such off-chain information is provided…

Read Story
April 18, 2022

Solidity Security Part 1 – Reentrancy Attack

One of the major dangers of calling external contracts is that they can take over the control flow, and make…

Read Story

Never miss a minute

Get great content to your inbox every week. No spam.
[contact-form-7 id="6" title="Footer CTA Subscribe Form"]
Arrow-up