Skip to content

Hexdee/create-veapp

Repository files navigation

Create Ve App

Bootstraps a Vechain Dapp with smart conract and integration

Prerequisites

  1. Make sure you have a current Nodejs version installed
  2. Install Sync 2 wallet
  3. Get some test token from the faucet

Getting Started

Create VeApp Demo To create a new Vechain project, you need just one command:

npx create-veapp
  • Select your frontend framework

  • Enter project name

  • Change directory to your project directory

cd {your_project_name}
  • Install dependencies
npm install
  • Start development server
npm start

🚀

Develop your own Dapp

To create your own Dapp, please follow the README.md in the project you just created!

About

Bootstraps a vechain Dapp with smart conract and integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published