Learn to Build Smart Contracts and Onchain Apps (BASE L2)

14/09/24
"Welcome to Base Learn, your guide to learning smart contract development. Base Learn's curriculum has been expertly crafted to equip you with the skills and knowledge needed to build and deploy smart contracts on Base, or any EVM-compatible chain, including Ethereum, Optimism, and many more. Plus, you'll be eligible to earn NFTs as you complete each module, showcasing your mastery of the material."

What is Vyper?

25/09/23
Introduction to Ptyhon based alternative to Solidity EVM smartcontracts programming language. What is Vyper? Why Vyper is Created? How does Vyper Work? Steps to Writing Contract in Vyper. Vyper vs Solidity comparison table. Advantages and limitations of Vyper

Understanding Zero-Knowledge Proofs Through the Source Code of Tornado Cash

28/12/22
"Zero-knowledge proof is relatively new in the crypto world. The math behind it is really complex and hard to understand, but tools like snarkjs and circom make it easy to use. I hope, this article helps you to understand this â??magicalâ?? technology, and you can use ZKP in your next project."

Deploy a Smart Contract on Avalanche using Remix and MetaMask

04/12/22
Instruction how to deploy and test a smart contract on Avalanche using Remix and MetaMask.

Using Remix and Metamask with RSK testnet

14/11/22
How to run Solidity Docs Examples with Metamask." In this tutorial I will show you step-by-step how to use Remix and Metamask, which are tools that were originally built for Ethereum, to create and deploy a simple smart contract on RSKâ??s Testnet. Overview We will do these steps: Configure Metamask to connect to RSK testnet; Get some testnet RBTCs at faucet; Connect Remix with RSK Testnet; Create a smart contract at Remix; Compile it; Using Remix, deploy the smart contract at RSK Testnet; Know the RSK explorer; Interact with the smart contract; Check the transactions in Metamask. "

Hardhat

12/05/22
Ethereum development environment for professionals. Run Solidity locally. Debugging-first. Extreme flexibility. Fully extensible. TypeScript support.

Solidity

02/07/21
"Solidity is an object-oriented, high-level language for implementing smart contracts. Smart contracts are programs which govern the behaviour of accounts within the Ethereum state."