Git Product home page Git Product logo

dappathondocker's Introduction

Ethereum Template (Work in progress)

  • Falls Docker installiert ist, initial folgenden Befehl ausführen:
./runAndBuild-all.sh

Damit werden alle nötigen images erstellt und die container gestartet. Der Terminal vom truffleAndApi Container öffnet sicht automatisch. Dort sind die folgenden "tmux" windows geöffnet: swagger api, testrpc, mysql und zweimal bash console. Mit ctrl + b + [0-4] kann zwischen den windows gewechselt werden.

  • Falls die images vorhanden sind, können mit folgendem Befehl die drei Container gestartet werden.
./run-all.sh
  • Das swagger und truffle Verzeichnis wird jeweils in den "truffleAndApi" container gespiegelt. Änderungen auf dem host Computer übertragen sich unmittelbar auf den laufenden container.

  • Unter http://localhost:8080/docs/ läuft die swagger api.

  • Truffle tests können folgendermaßen ausgeführt werden:

cd /src/truffle/ ; truffle test --network container
  • Swagger api tests können folgendermaßen ausgeführt werden:
cd /src/swagger ; swagger project test
  • contracts können folgendermaßen deployed werden:
cd /src/swagger ; truffle deploy --network container

dappathondocker's People

Contributors

mgsgde avatar

Watchers

James Cloos avatar Matthias Stumpp avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.