File tree Expand file tree Collapse file tree 2 files changed +60
-0
lines changed
Expand file tree Collapse file tree 2 files changed +60
-0
lines changed Original file line number Diff line number Diff line change 1+ MultiChainJavaAPI
2+ ==========
3+
4+ MultiChainJAVAAPI is an open source Java interface [ MultiChain] ( http://www.multichain.com/ ) blockchains, written in Java.
5+
6+ https://github.com/SimplyUb/MultiChainJavaAPI
7+
8+ Copyright (c) 2017 Worldline
9+ License: GNU General Public License version 3, see COPYING
10+
11+
12+
13+ System requirements
14+ -------------------
15+
16+ These compilation instructions have been tested on Ubuntu 12.4 x64 only with Java 1.7.0_80
17+
18+
19+ Linux Build Notes (on Ubuntu 12.4 x64 only with Java 1.7.0_80)
20+ =================
21+
22+ ClassPath dependencies
23+ --------------------
24+
25+ * Java 1.7.0 is needed, upper version should be compatible
26+ * Project uses [Gson API](https://github.com/google/gson)
27+
28+ Notes
29+ -----
30+
31+ * The classpath file is called "project.classpath" and has to ne rename in ".classpath" for compilation.
32+
33+ License
34+ ==========
35+
36+ MultiChainJAVAAPI is released under the [ GNU General Public License version 3] (LICENSE).
37+
38+ ```
39+ Copyright (c) 2017 Worldline.
40+
41+ This program is free software: you can redistribute it and/or modify
42+ it under the terms of the GNU General Public License as published by
43+ the Free Software Foundation, either version 3 of the License, or
44+ any later version.
45+
46+ This program is distributed in the hope that it will be useful,
47+ but WITHOUT ANY WARRANTY; without even the implied warranty of
48+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
49+ GNU General Public License for more details.
50+
51+ You should have received a copy of the GNU General Public License
52+ along with this program. If not, see <http://www.gnu.org/licenses/>.
53+ ```
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <classpath >
3+ <classpathentry kind =" src" path =" src" />
4+ <classpathentry kind =" con" path =" PathToJRE/jre1.7.0_80" />
5+ <classpathentry kind =" lib" path =" PathToGson/gson-2.8.0.jar" />
6+ <classpathentry kind =" output" path =" bin" />
7+ </classpath >
You can’t perform that action at this time.
0 commit comments