Update README

This commit is contained in:
Teemu Patja 2017-11-01 17:43:52 +02:00
parent e7c5a683b9
commit a76b5464d4
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 2 additions and 22 deletions

View File

@ -5,8 +5,8 @@ Allows you to set bounties for Github issues, paid out in Ether.
More information: More information:
http://wiki.status.im/proposals/commiteth/ http://wiki.status.im/proposals/commiteth/
Live alpha version: Live beta version:
https://commiteth.com https://openbounty.status.im
The `master` branch is automatically deployed here. The `master` branch is automatically deployed here.
@ -75,26 +75,6 @@ Next start the application from the clojure REPL with:
(user/start) (user/start)
``` ```
### Gotchas
Due to a current limitation you will get the following exception from the clojure compiler with dev builds:
```
Caused by: java.lang.ClassNotFoundException: commiteth.eth.contracts.TokenReg, compiling:(commiteth/eth/token_registry.clj:1:1)
```
The problem is the java classes generated by web3j have not been compiled. It can be worked around by running these commands:
```
lein build-contracts
lein jar
lein repl # this will fail
cp -r target/classes/commiteth target/base+system+user+dev/classes
```
This should be fixed to project.clj ASAP.
## Uberjar build ## Uberjar build
To create a standalone uberjar: To create a standalone uberjar: