Template/Scaffold for a Reach Lang + Vue3 DApp
Based on the Reach-Reach starter. This is a quick scaffold/template for building a Vue3
and Reach Lang
DApp. Excluding a few (mainly DApp-specific) additions, this is a standard Vue3 Typescript application.
npm install
any additional dependencies.)stdlib
instancecd path/to/my-project
rm -rf .git && git init
(create a fresh git repository for your project)npm install
npm run start
(launches at localhost:3000
)Take a look at Available Scripts for additional CLI commands.
This project includes some helpful bits, including
connect
button that will automatically trigger a wallet connection.stdlib
instance is using ETH
, it will trigger MetaMask.Reach
application to get you started on your multichain smart contracts. I personally use the directory to store my compiled contracts.@reach/stdlib
instance.npm install
npm run serve
npm run build
npm run test:unit
npm run lint