Skip to content
/ dapp Public
forked from dapphub/dapp

Simple tool for creating Ethereum-based dapps

License

Notifications You must be signed in to change notification settings

lerous/dapp

 
 

Repository files navigation

Dapp

Docs Chat

Installation

Please make sure you have solc installed in your CLI

   make link                  install dapp(1) into /usr/local
   make uninstall             uninstall dapp(1) from /usr/local

Usage

   dapp init                  create a new dapp in the current directory

   dapp build                 compile your dapp's source code
   dapp test                  run your dapp's test suite

   dapp install <pkg>         install the <pkg> package (e.g. `ds-auth')
   dapp upgrade <pkg>         upgrade the <pkg> package
   dapp uninstall <pkg>       uninstall the <pkg> package
   
   dapp testnet               spin up an ethereum testnet

Docker

The provided Dockerfile is based on the node image.

docker build -t dapp .                build the Docker image
docker run -it -v `pwd`:/src dapp     run `dapp test' on the current directory

About

Simple tool for creating Ethereum-based dapps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 52.8%
  • JavaScript 44.0%
  • Nix 1.9%
  • Makefile 1.3%