Skip to content

OEXPlatform/oexchain

 
 

Repository files navigation

OEXChain

Build Status GoDoc Coverage Status GitHub

Welcome to the OEXChain source code repository!

What is OEXChain?

OEXChain is a high-level blockchain framework that can implement the issuance, circulation, and dividends of tokens efficiently and reliably. OEXChain can also steadily implement various community governance functions with voting as the core and foundation. These functions are the foundation for building the token economy of future.

home page: http://oex.com/

Executables

The OEXChain project comes with several wrappers/executables found in the cmd directory.

Command Description
oex Our main OEX CLI client. It is the entry point into the OEX network (main-, test- or private net), It can be used by other processes as a gateway into the oex network via JSON RPC endpoints exposed on top of HTTP, WebSocket and/or IPC transports. oex -h and the Command Line Options for command line options.
oexfinder oexfinder is a OEXChain node discoverer.oexfinder -h and the Command Line Options for command line options.

Getting Started

The following instructions overview the process of getting the code, building it, and start node.

How to create first account

You can use OEX wallet to create first account.

Getting the code

To download all of the code:

git clone https://github.com/oexplatform/oexchain

Setting up a build/development environment

Install latest distribution of Go if you don't have it already. (go version >= go1.10 )

Currently supports the following operating systems:

  • Ubuntu 16.04
  • Ubuntu 18.04
  • MacOS Darwin 10.12 and higher

Build OEXChain

make all

more information see: Installing OEXChain

Running a node

To run ./oex , you can run your own OEX instance.

$ oex

Join the OEXChain main network see: Main Network

Join the OEXChain test network see: Test Network

Operating a private network see:Private Network

Resources

OEX Official Website

OEX Blog

More Documentation see the OEXChain wiki

License

OEXChain is distributed under the terms of the GPLv3 License.

About

public chain of OEX--Open Exchange Platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.5%
  • Other 1.5%