Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 1.59 KB

README.md

File metadata and controls

51 lines (26 loc) · 1.59 KB

ORBIT Web - Website for Op_Return Bitcoin-Implemented Tokens

A website for viewing and managing tokens on Bitcoin Cash implementing the ORBIT standard.

The official website for ORBIT is http://orbit.cash.

"Orbit the moon"

Introduction

ORBIT Web is open source and licensed under the MIT license. See the LICENSE file for more details.

The ORBIT Ecosystem

ORBIT is a specification for simple, fungible tokens implemented by utilizing OP_RETURN for the storage of token events on the Bitcoin Cash blockchain. No changes to the Bitcoin Cash protocol or nodes are required. However, wallets may wish to incorporate this token standard in order to allow the user to easily take account of and interact with tokens that adhere to this ORBIT standard.

The following projects, when used in conjunction with ORBIT Web, complete a full ecosystem for tokens on Bitcoin Cash using ORBIT:

Specification

The ORBIT repository at https://github.com/AlphaGriffin/orbit defines the official and complete specification for ORBIT.

The current specification version is: 0 (beta testing). Version 0 is reserved and should be used for all testing.

ORBIT Web

This ORBIT website is written in HTML.

Dependencies

  • Apache2

Using

FIXME