Skip to content

BobbyBorisov/eth-vue-docker-starter

Repository files navigation

Solidity vuejs truffle docker starter project

Prerequisites

  • Docker
  • Metamask extension

Setup

  • place your dapp logic in app/ folder
  • contracts go in contract folder
  • migrations in migrations

Usage

# start the containers
docker-compose up -d

What it does internally when containers are started

  • installs packages by running yarn
  • runs migrations to the development network (modify it as you wish in docker-compose.yml)
  • starts webpack watcher listening for changes with hot reload.

Test

# test smart contract
truffle test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published