An open API service indexing awesome lists of open source software.

https://github.com/orbs-network/awesome-demos-and-tools

The curated list of demos and libraries built using Orbs platform
https://github.com/orbs-network/awesome-demos-and-tools

List: awesome-demos-and-tools

awesome-list demo library tool

Last synced: 1 day ago
JSON representation

The curated list of demos and libraries built using Orbs platform

Awesome Lists containing this project

README

          

# Awesome Demos & Tools
> The curated list of demos and tools built using Orbs platform

## Getting Started

* **Orbs Starter Kit**. A github project template what wires smart contract file, contract and client sdk together.
[Github](https://github.com/orbs-network/orbs-starter-kit)
* **Orbs Project Generator**. Generate a scaffolding for your new project.
[Github](https://github.com/orbs-network/orbs-project-generator)

## Provenance & Notarization
* **Art Provenance**. Mints tokens representing famous paintings and transfers ownership between random addresses to create provenance history.
[Github](https://github.com/orbs-network/provenance) | [Website](https://orbs-network.github.io/provenance/#)
* **Document Notarization**. Store document information and verify any document easily.
[Github](https://github.com/orbs-network/notary) | [Website](https://orbs-network.github.io/notary/#)

## Copyrights & Ownership
* **Open Rights**. Register your Instagram images automatically in a decentralized tamper-proof distibuted ledger.
[Github](https://github.com/copyright-project) | [Website](https://www.open-rights.org/)
* **Open Rights Camera**. Extension to Open Camera Android application that registers newly shot image in a dedicated smart contract.
[Github](https://github.com/bolshchikov/opencamera-with-orbs) | [Google Play](https://play.google.com/store/apps/details?id=net.sourceforge.openregistrycamera)
* **Books**. Public Domain book registring for verification of metadata about books that are registered on the Public Domain.
[Github](https://github.com/orbs-network/books)

## Libraries & SDK
* **Gamma CLI**. Command line utility that controls local orbs node, deploys contracts, issues transactions and queries.
[Github](https://github.com/orbs-network/gamma-cli)
* **Orbs Contract SDK**. Development Kit in Go langugage to use in smart contracts.
[Github](https://github.com/orbs-network/orbs-contract-sdk) | [Website](https://docs.orbs.network/contract-sdk/)
* **Orbs Client SDK**. Development Kit in JavaScript for Browser and NodeJS that allows to interact to interact with smart contracts.
[Github](https://github.com/orbs-network/orbs-client-sdk-javascript)
* **Notary Library**. Embed notary functionality into any service you like.
[Github](https://github.com/orbs-network/orbs-notary-lib)