1.0.3 ā€¢ Published 2 years ago

create-veapp v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

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!

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago