sbt-ethereum Documentation
This Gitbook is the documentation for the family of projects based on consuela.
Related Projects
- sbt-ethereum SBT Plugin
- sbt-ethereum-docs The documentation you are reading is produced from this project
- eth-command-line Ethereum command line client built from
sbt-ethereum
- sbt-ethereum-seed Template for projects based on sbt-ethereum
- consuela Scala library of ethereum and crypto-ish tools upon which
sbt-ethereum
is built - eth-fortune Sample Solidity app that uses
sbt-ethereum
Documentation Authors
This project has a custom SBT task for publishing called commitAndPublishGitbook
.
You can invoke it from a bash shell like this:
$ git add -A && git commit -m "Your comment here" && sbt commitAndPublishGitbook
If you are lazy or do not feel there is a need for a helpful commit comment, just run the SBT task and it will commit with a single dash in place of a comment:
$ sbt commitAndPublishGitbook