Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Intellij IDE files
.idea
*.iml
19 changes: 19 additions & 0 deletions docs/developers/client-qubicj-shell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Qubic Java Shell
---

# Qubic Java Shell (qubicj-shell)

The Qubic Java Shell (`qubicj-shell` - a terminal and command line client and wallet) is an intermediate tool that allows

* to communicate with the Qubic Core nodes and
* provides wallet functionality.

It uses and is part of the Qubic Java Library. You can get the code and the documentation here:
[Qubic Java repository](https://gitlab.com/georg.mittendorfer/qubicj) /
[QubicJ Shell submodule](https://gitlab.com/georg.mittendorfer/qubicj/-/blob/main/qubicj-shell).

The latest `qubicj-shell` release is always available here:
[Release Page](https://gitlab.com/georg.mittendorfer/qubicj/-/releases/permalink/latest).

Qubicj is a community project.
17 changes: 17 additions & 0 deletions docs/developers/library-java.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Java Libraries
---

# Qubic Java Library (qubicj)

The Qubic Java Library (`qubicj/qubicj-computor-api`) provides an API for developers to interact with the Qubic Network.

It allows to quickly interact with the Qubic network without the need to
know the details of the Qubic network protocol and provides features like auto node selection.
It can be used in classic or reactive stacks.

For full documentation, please visit the [Qubic Java repository](https://gitlab.com/georg.mittendorfer/qubicj).
The [qubicj-shell submodule](https://gitlab.com/georg.mittendorfer/qubicj/-/blob/main/qubicj-shell) provides a demo on
how to use the library in a classic Java stack with Spring.

Qubicj is a community project.
2 changes: 2 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ const sidebars = {
'developers/library-typescript',
'developers/qubic-node',
'developers/qubic-cli',
'developers/client-qubicj-shell',
'developers/library-go',
'developers/library-http',
'developers/library-csharp',
Expand All @@ -164,6 +165,7 @@ const sidebars = {
label: 'Integration',
items: [
'developers/integration',
'developers/library-java',
],
},
{
Expand Down