How can I use hardhat with Vue.js?

This page summarizes the projects mentioned and recommended in the original post on /r/ethdev

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
  • create-eth-app

    Create Ethereum-powered apps with one command

    When it comes to creating a dApp in Vue.js you can use this generator https://github.com/paulrberg/create-eth-app using the following command:

  • TypeChain

    🔌 TypeScript bindings for Ethereum smart contracts

    You can check TypeChain that creates abstraction over contracts connection based on ABI that you provide. You can find ABIs for your contract in the Hardhat build folder.

  • 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.

  • scaffold-eth

    Discontinued 🏗 forkable Ethereum dev stack focused on fast product iterations [Moved to: https://github.com/scaffold-eth/scaffold-eth] (by austintgriffith)

    You can also take a look at how scaffold-eth is structured.

  • vue-cli-plugin-ethers

    Ethereum ethers.js web3 library vuex store module generator plugin for vue-cli 3

    Thank you for your input. Can I ask you how did use Ethers with Vue? Did you use this plugin https://github.com/bmiller59/vue-cli-plugin-ethers ?

  • hardhat-boilerplate

    Ah. Then it shouldn't be much of a problem. I remember looking at this code for metamask interaction ideas: https://github.com/nomiclabs/hardhat-hackathon-boilerplate/blob/master/frontend/src/components/Dapp.js#L170

  • 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.

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