James Bachini

Token

  • Investing In Real World Assets Through DeFi

    Investing In Real World Assets Through DeFi

    Real world assets (RWA) are tokenized digital forms of traditional finance assets. A centralized entity will raise capital by selling tokens and investing the proceeds in to an underlying asset or strategy. This has become particularly popular with bonds and treasuries due to recent rises in interest rates. The market leaders in this field by…

  • Solidity Token Factory Contract Walkthrough

    Solidity Token Factory Contract Walkthrough

    A token factory contract is used to deploy tokens from a parent contract within Solidity. In this simple example we will be deploying an ERC20 token from our factory contract. James On YouTube Watch On YouTube: https://youtu.be/MY9SoGPGVoo |Subscribe Full source code below and on Github: https://github.com/jamesbachini/Token-Factory-Tutorial We start with a standard ERC20 token using the…

  • The Token Economy

    The Token Economy

    This article is derived from a chapter in the free eBook explaining DeFi technologies:DeFi Demystified | An Introduction To Decentralized Finance The token economy is the accelerating migration of assets into the digital world. One of the first breakthroughs for Ethereum was a smart contract that facilitated the creation and transfer of tokens. Anyone who…

  • How To Create A New Token And Uniswap Liquidity Pool

    How To Create A New Token And Uniswap Liquidity Pool

    In this article I will create a new token and make it available to swap on a decentralised exchange. I’ll be deploying a solidity smart contract to mint an ERC20 token on Ethereum and setting up a liquidity pool on Uniswap v3. Create A New Token & Liquidity Pool [Video] This video provides an overview…