Commit Graph

102 Commits

Author SHA1 Message Date
Marnix
c907418c37
Replace Travis build icon with the Github Actions svg 2022-04-12 17:57:12 +02:00
Marnix
fb620d11a5
Add logo to README 2022-04-11 19:55:30 +02:00
Christoph Sturm
29d545dfde jdk10 is no longer needed to build and run the test suite 2019-08-14 18:11:57 +02:00
Christoph Sturm
0e54131752
Update README.md
Co-Authored-By: Florian Reimair <office@florianreimair.at>
2019-08-13 20:38:00 +02:00
Christoph Sturm
c0d8bc7157 fix link to docs readme 2019-08-13 16:48:36 +02:00
Christoph Sturm
abf032cb22 put the jdk10 instructions in the readme for easier discovery. 2019-08-13 16:39:40 +02:00
Chris Beams
23a41b632c
Extract separate docs from main README.md
- Simplify "What is Bisq?" description
 - Extract docs/build.md
 - Extract docs/idea-import.md
 - Introduce docs/README.md index
2018-11-14 18:20:52 +01:00
Chris Beams
7f1da8a344
Fix typo in 'Running Bisq' section of README 2018-11-01 12:20:24 +01:00
Devin Bileck
cff51d5e49
Update README 2018-10-19 16:10:06 -07:00
bluna
0b0bd3bab5 Fix broken url 2018-10-04 11:46:22 -03:00
Manfred Karrer
751097b2a0
Update readme (Java version) 2018-09-18 22:16:53 -05:00
KristianNilsen
155bfba83a Updated readme.md with the tested IDEA version 2018.2 2018-09-12 15:52:22 +02:00
Chris Beams
7dab42f451
Add installing Lombok to build instructions
Also, separate one-time IDEA configuration items from details of
importing the project.
2018-09-11 15:30:29 +02:00
Chris Beams
ac6d93162a
Overhaul README
As a follow-on to the monorepo reconsolidation (#1650):

 - Revise and shorten "What is Bisq" section
 - Remove outdated sections
 - Remove sections documented elsewhere
 - Add instructions for building, running and importing into IDEA
2018-09-07 15:21:56 +02:00
Christoph Atteneder
eef0c74487
Reflect new repository structure 2018-07-10 13:13:38 +02:00
Dimitris Apostolou
e81a665f9b
Fix typos 2018-05-08 09:38:45 +03:00
Chris Beams
2fbf8744c4
Update forum, IRC, mailing list and newsletter links 2017-12-26 21:55:29 +01:00
Chris Beams
4475e5cf01
Lowercase @Bisq_Network => @bisq_network 2017-12-26 21:52:39 +01:00
Stephen Gornick
67a5f02b2c Branding change on README.md for @Bisq_Network Twitter account. 2017-12-25 23:01:38 -06:00
Manfred Karrer
7b072fee83
Reduce logo size in readme.md 2017-10-25 16:11:49 -05:00
Manfred Karrer
a98438561f
Reduce logo size in readme.md 2017-10-25 16:10:45 -05:00
Manfred Karrer
28eceaec53
Fix markdown in readme.md 2017-10-25 16:10:20 -05:00
Manfred Karrer
8ff42c9746
Reduce logo size in readme.md 2017-10-25 16:09:31 -05:00
Manfred Karrer
01cf823d7a
Prepare merge Dev 2017-10-11 07:21:50 -05:00
Chris Beams
0f2145d19c
Rename bisq-network/{bisq-exchange => exchange}
This is a follow on to 6ffa52a00. bisq-network/bisq-exchange is too
verbose, and other repositories have been shortened as well, e.g.
bisq-network/price-relay-node has become bisq-network/pricenode.
2017-09-05 14:55:42 +02:00
Chris Beams
6ffa52a006
Rename bitsquare/bitsquare => bisq-network/bisq-exchange 2017-08-23 15:36:17 +02:00
Yousef Amar
9243bac3b9 Update AUR link 2017-07-22 18:39:31 +02:00
Manfred Karrer
e2fa679a68 Merge DAO branch to Development branch 2017-06-27 01:29:54 +02:00
Erkan Yilmaz
6b1139a74d typo
typo
2016-11-11 09:17:02 +01:00
Manfred Karrer
f7e9a2f105 Add Forum link, cleanup... 2016-10-19 22:59:58 +02:00
Manfred Karrer
f0d97769c1 Update text regarding beta version 2016-04-28 12:28:46 +02:00
Janus Troelsen
143594614e now in beta, not alpha 2016-04-28 12:22:44 +02:00
Manfred Karrer
da506226d9 add AUR 2015-05-26 13:32:04 +02:00
Manfred Karrer
7e6098bdaf Removed javafx Platform dependencies from core 2015-04-06 23:13:41 +02:00
Manfred Karrer
7d4b30e8db Move gui classes to gui module 2015-04-06 22:46:29 +02:00
Manfred Karrer
8be2fc80be Update readme and build.md 2015-03-03 23:09:04 +01:00
Chris Beams
b13848154a Use "national currency" vs "fiat" where appropriate 2014-12-17 22:36:38 +01:00
Manfred Karrer
c17c08b07a Update video link 2014-12-16 02:41:33 +01:00
Chris Beams
e11d183a6e
Remove coveralls badge for now 2014-12-02 18:02:51 +01:00
Chris Beams
6c36b2fa46
Add 'appJar' and 'bootstapNodeJar' tasks to build
The build now exposes two explicit ShadowJar tasks: one for the main
JavaFX client (`appJar`) and one for the headless bootstrap node
(`bootstrapNodeJar`).

Run as follows:

    ./gradlew appJar
    -- or --
    ./gradlew bootstrapNodeJar

The resulting executable jar for each will be found in the `build/libs`
directory.

Thanks to @johnrengleman for his help at johnrengelman/shadow#108

Resolves #265
Resolves #252
2014-11-11 23:53:32 +01:00
Chris Beams
43cf337fe4
Support code coverage using JaCoCo and Coveralls
The Gradle build now supports generating code coverage reports using
JaCoCo. The reports can be run with:

    ./gradle jacocoTestReport

and then view the HTML output at:

    build/reports/jacoco/test/html/index.html

The bitsquare repository has now also been registered with a (free)
account at http://coveralls.io. Our Travis CI configuration has been
updated to publish JaCoCo XML test report data to coveralls.io, which
results in the reports found at:

 - https://coveralls.io/r/bitsquare/bitsquare

For more information on the JaCoCo and Coveralls Gradle plugins, see:

 - http://www.gradle.org/docs/current/userguide/jacoco_plugin.html
 - https://github.com/kt3k/coveralls-gradle-plugin
2014-11-03 13:56:14 +01:00
Lloyd
68a73a7279 Update README.md
Added a link to the Bitsquare website
2014-11-01 15:02:26 +08:00
Manfred Karrer
74fa325aee Use https 2014-10-28 15:59:44 +01:00
Manfred Karrer
57a466da85 Update links 2014-10-28 15:58:38 +01:00
Manfred Karrer
f937bd1a99 Remove bitcointalk forum link 2014-10-15 21:19:58 +02:00
Manfred Karrer
9af8a3b8df Update to https://bitsquare.io 2014-10-15 20:51:00 +02:00
Manfred Karrer
655c9fb166 Fix URL for screencasts 2014-10-08 01:35:00 +02:00
Chris Beams
756966c965 Update README.md 2014-10-03 19:22:04 +02:00
Chris Beams
17cddd0cfc
Refine README
See #95
2014-10-03 17:00:50 +02:00
Chris Beams
6db403b93f
Update and simplify README
Resolves #95
2014-10-02 19:00:21 +02:00