Skip to content

jbmlb/dapp-vue3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dapp Vue3

A simple Dapp built with Vue3, Hardhat, and TypeScript.

Tech-stack

  • vitedf
  • hardhat
  • typescript
  • yarn workspace

Development

In the project root ./dapp-vue3

  1. Install workspaces dependencies
yarn
  1. Compile contracts and typechain
yarn build:contracts
  1. Run hardhat network on http://localhost:8545 with chainID 31337
yarn start:node
  1. Run frontend dev
yarn dev
  1. Deploy default contract to hardhat network
yarn deploy:local

References

This project is heavily inspired by the following awesome projects.

frontend

vue3 with metamask

metamask

Monorepo Architecture

Yarn workspaces

Add dependencies

  • yarn workspace @dapp-vue3/frontend add <package> --dev

Project's initial set up

  • npx hardhat
  • yarn create vite

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published