Solidity Tutorial | Fixed Rate Staking Contract
In this tutorial we will create a fixed rate staking contract that pays out 1 token for every 1 token staked per year. The contract will be built on an OpenZeppelin ERC20...
Featured posts
In this tutorial we will create a fixed rate staking contract that pays out 1 token for every 1 token staked per year. The contract will be built on an OpenZeppelin ERC20...
Zero knowledge proofs offer a method for developers to prove data validity or knowledge of data without revealing the data or additional information about the prover. Zero knowledge proofs are becoming widely...
Ethereum developers can directly use assembly in Solidity to improve the performance of their code. When OpenSea released the Seaport upgrade it reported the use of assembly reduced gas fees by 35%...
Solidity is the programming language used to develop smart contracts on Ethereum and other compatible blockchains. In this “Solidity for Beginners” tutorial I will take you from setting up solidity tools to...
GameFi utilises digital assets such as cryptocurrency tokens and NFT’s to create internal economies within games. In this article I look at how tokenomics can be designed to create sustainable business models...
Is loss aversion causing long-term underperformance in our portfolios? In bear markets I find it harder to rebalance my portfolio and allocate capital to riskier investments. This creates an unintentional de-risking in...
Soulbound tokens are non-transferable digital assets. The core concept is storing on-chain data directly relating to a specific address. This is nothing new but there is potential for a ERC SBT contract...
Solidity interfaces allow developers to call external contracts from within their own smart contract. This enables us to build on top of the existing DeFi ecosystem. In this tutorial we will be...
Hardhat provides a lot of features out of the box but with the addition of some 3rd party plugins and some additional code snippets we can add custom functionality to streamline our...
A year ago I outlined my 60/40 digital asset portfolio which was 60% crypto and 40% USD stablecoins. One of the biggest benefits to this portfolio is that during market downturns it...