The #100DaysOfWeb3 Challenge
You Are Hereby Invited To Attempt The #100DaysOfWeb3 Challenge!
Feb 14, 20225 min read680

Search for a command to run...
Articles tagged with #solidity
You Are Hereby Invited To Attempt The #100DaysOfWeb3 Challenge!

Introduction If you've written a Solidity smart contract and tested it locally, the next logical step before deploying to mainnet is to try it out on a test network. Since gas fees on mainnet can be quite high, you want to make sure everything is wor...

A Brief Introduction To Composability

An Introduction To State In Solidity And How To Change It

Hello World! Solidity is a high level programming language used to interact with the Ethereum Blockchain with what are called "smart contracts". These contracts store the logic intended to run on the Ethereum Virtual Machine (EVM) and can modify the...