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:
|
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:
|
||||||
|
|
Loading…
Reference in New Issue