1.0.1 • Published 3 years ago

generator-harmony-dapp v1.0.1

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

Generator Harmony Dapp 🚀

Version

Generate your Harmony dapp project in a few seconds with just a command.

Prerequisites

How to use it?

You can check our new tutorial *NEW -> Youtube

We just need two simple steps.

Install Yeoman globally and our generator generator-harmony-dapp

npm install -g yo
npm install -g generator-harmony-dapp

Create your folder project and use the generator inside

mkdir harmony-project
cd harmony-project
yo harmony-dapp

generator

That's all 🎉

Once our project is generated, you can start to create your dapp.

#Quick start
yarn autoinit

Check full documentation to know how to use in depth

Options CLI

Harmony-dapp generator has a cli options that helps you to configure your project:

  • Project title : Introduce your project title
  • Author: Author of new project
  • Testnet Key (optional): Add your testnet account's private key if you want to deploy to testnet.
  • Mainnet Key (optional): Add your mainnet account's private key if you want to deploy to mainnet.

This generator is built in Yeoman 👌

1.0.1

3 years ago

1.0.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago