MultiChainJAVAAPI is an open source Java interface MultiChain blockchains, written in Java.
https://github.com/SimplyUb/MultiChainJavaAPI
Copyright (c) 2017 Worldline
License: GNU General Public License version 3, see COPYING
These compilation instructions have been tested on Ubuntu 12.4 x64 only with Java 1.7.0_80
* Java 1.7.0 is needed, upper version should be compatible
* Project uses [Gson API](https://github.com/google/gson)
- The classpath file is called "project.classpath" and has to ne rename in ".classpath" for compilation.
MultiChainJAVAAPI is released under the [GNU General Public License version 3] (LICENSE).
Copyright (c) 2017 Worldline.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.