Skip to content

Commit

Permalink
Added 'status' section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mappum committed Jan 29, 2016
1 parent 36e0d44 commit a35bd29
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -7,6 +7,12 @@ mercury

A multi-coin wallet that supports trustless cross-chain trading.

## Status

Mercury is being actively developed, but I am moving from the current Java desktop application to a decentralized web app, built on [Webcoin](https://github.com/mappum/webcoin) (SPV client that uses WebRTC). The existing Java releases are available for testing, but will not be developed further.

This comment has been minimized.

Copy link
@ManfredKarrer

ManfredKarrer Feb 24, 2016

May I ask what was the reason why you moved away from the Java version? I am working on Bitsqaure - a P2P Bitcoin exchange and using Java as well.

This comment has been minimized.

Copy link
@mappum

mappum Feb 24, 2016

Author Owner

@ManfredKarrer

There are a few reasons:

  • Web apps are more accessible since there is no installation, and it's easier to support all platforms (including mobile)
  • I personally am more familiar with Javascript and its tooling ecosystem, and produce better quality work with JS (including better testing, code structure, etc.) than I do with Java
  • The only reason I started developing Mercury with Java was because BitcoinJ was the only SPV library at the time, but now Webcoin is a viable option

I've watched the Bitsquare project for a long time, keep up the good work 😄 👍


For further updates, please sign up for the mailing list here: http://mercuryex.com#emailupdates

## Download

We recommend having [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html) installed.
Expand Down Expand Up @@ -34,7 +40,7 @@ This will create the files you want to run in a directory called `target`. There

## Contributing

Mercury is is need of testing and code contributions. Please feel free to file issues if you find any bugs.
Mercury is is need of testing and code contributions. Please feel free to file issues if you find any bugs.

If any critical exploits are found in the cross-chain atomic swap implementation, we will gladly pay bounties if they are disclosed responsibly (there is bound to be some low-hanging fruit to find): https://www.crowdcurity.com/mercury

Expand Down

0 comments on commit a35bd29

Please sign in to comment.