Update README
This commit is contained in:
parent
e7c5a683b9
commit
a76b5464d4
24
README.md
24
README.md
|
@ -5,8 +5,8 @@ Allows you to set bounties for Github issues, paid out in Ether.
|
|||
More information:
|
||||
http://wiki.status.im/proposals/commiteth/
|
||||
|
||||
Live alpha version:
|
||||
https://commiteth.com
|
||||
Live beta version:
|
||||
https://openbounty.status.im
|
||||
The `master` branch is automatically deployed here.
|
||||
|
||||
|
||||
|
@ -75,26 +75,6 @@ Next start the application from the clojure REPL with:
|
|||
(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
|
||||
|
||||
To create a standalone uberjar:
|
||||
|
|
Loading…
Reference in New Issue