Create & deploy an ERC-20 token in 15 minutes (Truffle, OpenZeppelin, Goerli)

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • openzeppelin-contracts

    OpenZeppelin Contracts is a library for secure smart contract development.

  • The import line is importing the contents of this file which is available within our node_modules from installing OpenZeppelin earlier.

  • truffle

    Discontinued :warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.

  • Use Truffle's suite of tools to compile & deploy the contract to an Ethereum network locally, then interact with various methods.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • dotenv

    Loads environment variables from .env for nodejs projects.

  • 2) Install dotenv: npm install dotenv.

  • metamask-extension

    :globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites

  • Find the newly deployed token on Etherscan & import the tokens into MetaMask.

  • goerli

    the goerli/prater testnet configurations.

  • Utilise Infura's Web3 infrastructure platform to deploy the contract to the Goerli testnet.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts