alongalky / dav-cli

💻 Command line tool to ease developing with DAV

Repository from Github https://github.comalongalky/dav-cliRepository from Github https://github.comalongalky/dav-cli

DAV CLI

The DAV CLI tool is here to make developing applications and solutions that interact with DAV a much more pleasant experience.

Features:

  • Easily run a local Ethereum node containing DAV contracts
  • Easily scaffold a new project, or modify an existing one to interact with DAV (under development)
  • More coming soon

Installation

To get started, install dav-cli globally using either of the following commands:

# Install DAV CLI using npm
npm install -g dav-cli

# Install DAV CLI using yarn
yarn global add dav-cli

NOTE: DAV CLI is written in and installed using Node.js but is useful not just for Node.js or JavaScript development.

About

💻 Command line tool to ease developing with DAV


Languages

Language:JavaScript 85.3%Language:Shell 14.7%