• Stars
    star
    69
  • Rank 437,505 (Top 9 %)
  • Language
    Java
  • License
    GNU Lesser Genera...
  • Created about 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Comprehensive Java library for the Ontology blockchain.

JAVA SDK For Ontology

Version 1.0.0

Overview

This is a comprehensive Java library for the Ontology blockchain. Currently, it supports local wallet management, digital identity management, digital asset management, deployment and invoke for Smart Contract , and communication with Ontology Blockchain. The future will also support more rich functions and applications .

Getting started

Installation Environment

Please configure JDK 8 and above.

Note: As the length of key used in SDK is greater than 128, due to the restriction of JAVA security policy files, it is necessary to download local_policy.jar and US_export_policy.jar from the official website , to replace the two jar of ${java_home}/jre/lib/security in JRE directory.

Download URL:

http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html

Build

mvn clean install

Preparations

  • Make sure Ontology Blockchain has deployed well, RPC port has been opened, and SDK will connect the RPC server to initialize.

Contributing

Can I contribute patches to Ontology project?

Yes! Please open a pull request with signed-off commits. We appreciate your help!

You can also send your patches as emails to the developer mailing list. Please join the Ontology mailing list or forum and talk to us about it.

Either way, if you don't sign off your patches, we will not accept them. This means adding a line that says "Signed-off-by: Name " at the end of each commit, indicating that you wrote the code and have the right to pass it on as an open source patch.

Also, please write good git commit messages. A good commit message looks like this:

Header line: explain the commit in one line (use the imperative)

Body of commit message is a few lines of text, explaining things in more detail, possibly giving some background about the issue being fixed, etc etc.

The body of the commit message can be several paragraphs, and please do proper word-wrap and keep columns shorter than about 74 characters or so. That way "git log" will show things nicely even when it's indented.

Make sure you explain your solution and why you're doing what you're doing, as opposed to describing what you're doing. Reviewers and your future self can read the patch, but might not understand why a particular solution was implemented.

Reported-by: whoever-reported-it Signed-off-by: Your Name [email protected]

Community

Site

License

The Ontology library (i.e. all code outside of the cmd directory) is licensed under the GNU Lesser General Public License v3.0, also included in our repository in the License file.

More Repositories

1

ontology

Official Go implementation of the Ontology protocol. https://dev-docs.ont.io/#/
Go
822
star
2

documentation

Ontology Documents https://ont.io
JavaScript
126
star
3

OWallet

OWallet - a comprehensive Ontology desktop wallet
Vue
122
star
4

ontology-DID

Ontology decentralized identification protocol based on W3C DID specifications.
C#
65
star
5

ontology-ts-sdk

Comprehensive TypeScript library for the Ontology blockchain.
TypeScript
65
star
6

ontology-wasm

Expired , please use https://github.com/ontio/wagon
Go
51
star
7

ontology-crypto

Go
44
star
8

OEPs

Ontology Enhancement Proposal
Python
37
star
9

ontology-oracle

The Oracle node and Oracle contract
Go
36
star
10

ontology-python-sdk

Comprehensive python library for the Ontology blockchain.
Python
35
star
11

cyano-wallet

Cyano wallet - an Ontology wallet
TypeScript
26
star
12

ontology-go-sdk

SDK for Ontology
Go
24
star
13

ontology-smartcontract

tools, tutorials for ontology smart contact
C
22
star
14

ontology-ddxf

Distributed data eXchange Framework,which allows to build data marketplaces .
19
star
15

ontology-fpga

HTML
17
star
16

ontology-python-compiler

Python
16
star
17

ontology-dapi

A lightweight Javascript library for interacting with Ontology node and Ontology wallets
TypeScript
15
star
18

ONTO

ONTO is a comprehensive decentralized client product, which is an entrance of trust search engine and blockchain system.
14
star
19

ontology-test

Light-weight test framework for ontology
Go
11
star
20

ontology-wasm-cdt-rust

ontology wasm contract development kit
Rust
11
star
21

ontology-rosetta

Ontology Implementation of Rosetta Blockchain Standard
Go
10
star
22

ontology-wasm-cdt-cpp

C++
9
star
23

ontology-explorer

Ontology blockchain explorer
Vue
8
star
24

Anniversary

Dev Events for Ontology Main Net Anniversary
Go
5
star
25

neo-go-compiler

a golang compiler for neovm smart contract
Go
5
star
26

cross-chain

4
star
27

ontio-wasmjit

Rust
3
star
28

layer2

Go
2
star
29

ontio-wasm-build

Rust
2
star
30

mercury

Go
2
star
31

musl-mirror

mirror from git://git.musl-libc.org/musl
C
1
star
32

ontology-tool

Go
1
star
33

oracle-chainlink-smartcontract

Python
1
star