header image
avatar

jackofcrypto

jackofcrypto

Repo for crypto/web3 development journey
Subscribe to jackofcrypto
Receive the latest updates directly to your inbox.

Optimizing Decentralized Applications

Publisher
jackofcrypto
January 25
Learn how to optimize a dApp by employing structs, events, and filters in Solidity and Web3.py as they relate to the ERC-721 standard. Also, learn about decentralized storage techniques.

Decentralized Apps and NFTs

Publisher
jackofcrypto
January 23
Learn about decentralized applications, or dApps, and non-fungible tokens, or NFTs, along with the ERC-721 token standard.

Crowdsale Contracts

Publisher
jackofcrypto
January 23
In addition to understanding how a crowdsale works, learn how to implement the ERC20Mintable, Crowdsale, and MintedCrowdsale contracts that allow for full crowdsale functionality with fungible tokens.

Introduction to Token Standards

Publisher
jackofcrypto
January 15
Learn about two types of blockchain tokens: fungible and non-fungible. Learn how to use the ERC-20 token standard. Learn how to use the MetaMask digital wallet.

Introduction to Tokens

Publisher
jackofcrypto
January 13
Learn what tokens are, how to create them by using more-advanced Solidity data structures, and how to secure them by using third-party libraries like OpenZeppelin.

Deploy Contracts Using JavaScript VM

Publisher
jackofcrypto
January 11
Learn how to deploy contracts using the JavaScript VM. Learn how to build functions and to use the msg object in Solidity.

Interacting with Smart Contracts

Publisher
jackofcrypto
January 09
Learn about decision making, managing ETH, the require function, tracking trades, and enforcing terms of a smart contract.

Smart Contracts & Solidity Fundamentals

Publisher
jackofcrypto
January 06
By the end of this post, readers will be able to:

Automating Blockchain Transactions

Publisher
jackofcrypto
January 04
By the end of this post, readers will be able to: