Giter Site home page Giter Site logo

flutter_base_project's Introduction

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) ๐Ÿฅถ.

flutter_base_project's People

Contributors

lakehorse avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.