Skip to content

An application-specific blockchain to manage notes created with Horizen Sidechain SDK ๐Ÿ—’

Notifications You must be signed in to change notification settings

theam/sidechains-notes-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Horizen Sidechain SDK notes experiment

A chain made of paper

A chain made of paper


Application specific sidechain node to manage public notes.

This application was built using the Horizen Sidechain SDK, a set of tools to create sidechains for the Horizen network.

I don't understand the implemenetation ๐Ÿ˜ฆ

The project is organized in different modules for different purposes. The more relevant ones are:

  • boxes. The representation of the business model entities and its data, as Unspent Transaction Outputs (UTXOs).
  • transactions. The custom transactions created to follow the specification of the application's business model.
  • core. The core components of a sidechain node: ApplicationState, ApplicationWallet and ApplicationModule.
  • api. Extended API components, requests and response.

How do I execute a node? ๐Ÿคฏ

  1. Install IntelliJ Idea ๐Ÿ’ฟ or Java JDK 11 and Kotlin.
  2. Clone this repository ๐Ÿ‘ญ๐Ÿป.
  3. Open the project ๐Ÿ–ฅ and install the dependencies ๐Ÿ’ฟ.
  4. Execute the node by running the app from IntelliJ (โ–ถ๏ธ) or run the following command in your terminal docker run -p 9084:9084 9085:9085 8025:8025 sidechain-node โ›“๐Ÿ˜‹.
  5. After building and initializing, you can access the API documentation through the localhost:9085/swagger#/ endpoint ๐Ÿ˜ณ.
  6. You can also execute operations using the generated CLI tool (notesd) ๐Ÿฅถ.

About

An application-specific blockchain to manage notes created with Horizen Sidechain SDK ๐Ÿ—’

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published