Coder Social home page Coder Social logo

whcexplorer's Introduction

Wormhole Explorer API Service

What is Wormhole

Wormhole is a fast, portable Omni Layer implementation that is based off the Bitcoin ABC codebase (currently 0.18.2). This implementation requires no external dependencies extraneous to Bitcoin ABC, and is native to the Bitcoin Cash network just like other Bitcoin Cash nodes. It currently supports a wallet mode and is seamlessly available on three platforms: Windows, Linux and Mac OS. Wormhole Cash Layer extensions are exposed via the JSON-RPC interface. Development has been consolidated on the Wormhole product, and it is the reference client for the Wormhole Cash Layer.

What is Wormhole Explorer

https://explorer.wormhole.cash

Quick Start

Prerequesites

Package Version
Mysql 5.7+
Golang 1.10+
Redis 4.0+
Wormhole 0.2.2
Engine -

Database Init

1、Once the mysql installation is complete.you need create your database first.

#connect your database
mysql -u{your-user} -p{your-password} -h{your-host} -P{your-port}

#create database
mysql> create database wormhole;

2、Init tables

git clone https://github.com/copernet/whccommon
cd model/operation/setup/
go build
./setup --host={your-host} --port={your-port} --user={your-user} --passwd={your-password} --db=wormhole

Config Init

git clone https://github.com/copernet/whcexplorer
cp conf.yml.sample conf.yml

#you need modify db、redis、rpc、log to your local config

How To Run

cd ${gopath}/src/github.com/copernet/whcexplorer
mkdir logs
go build

#start
tools/run start whcexplorer
#stop 
tools/run stop whcexplorer

Document

whcexplorer's People

Contributors

huhongjia avatar

Watchers

James Cloos avatar  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.