How OpenZeppelin Governor works | Smart Contract Review Series

How OpenZeppelin Governor works | Smart Contract Review Series

Doing Smart Contract reviews of the popular protocols that have battle-tested smart contracts is the best way to learn. Courses or tutorials rarely teach us how to write production-ready code, so looking at something that is live on Mainnet and hasn’t been hacked (yet), is very useful. (Actually, it’s equally important to study smart contracts…

Allow the blockchain access to your API with Oracle proxies

Allow the blockchain access to your API with Oracle proxies

Oracles are one of my favorite blockchain features(?), don’t know if they are features but they are awesome. They allow you to use real-world data in your smart contract, and I’m all about real-world use-cases. One of the Oracle leaders is of course Chainlink. They have a solid network of oracles and also a very…

Replace Stripe Subscriptions with a Smart Contract

Replace Stripe Subscriptions with a Smart Contract

In traditional finance, you trust the payment processors to store your credit card information, they are highly regulated companies, and if they mess up it’s possible to get your money back by reversing transactions. In the beginning, when the only crypto payments were with native currencies like BTC or ETH you could not let someone…

Full Stack guide to your first NFT project: Part 3 – Smart Contracts
|

Full Stack guide to your first NFT project: Part 3 – Smart Contracts

This is Part 3 of the Full Stack NFT project series. The 4 main categories that we are focusing on in this series are: The focus in Part 3 is to finally write the Smart Contract for our NFT collection. The Smart Contract will allow our fans/buyers to mint our NFTs and enrich their collection…