boqiu / go-seele

Seele is powered by an up-scalable Neural Consensus protocol for high throughput concurrency among large scale heterogeneous nodes and is able to form a unique heterogeneous forest multi-chain ecosystem

Home Page:https://seele.pro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-seele

Build Status

The official Golang implementation of Seele. Seele is powered by an up-scalable Neural Consensus protocol for high throughput concurrency among large scale heterogeneous nodes and is able to form a unique heterogeneous forest multi-chain ecosystem https://seele.pro

Downloading & building the source

Building the Seele project requires both a Go (version 1.7 or later) compiler and a C compiler. You can install them using your favourite package manager. Once the dependencies are installed, run

  • Building the Seele project requires both a Go (version 1.7 or later) compiler and a C compiler. Install Go v1.10 or higher, Git, and the C compiler.

  • Clone the go-seele repository to the GOPATH directory:

go get -u -v github.com/seeleteam/go-seele/... 
  • Once successfully cloned source code:
cd GOPATH/src/seeleteam/go-seele/
  • Linux & Mac
make all
  • Windows
buildall.bat

Running Seele

For running a node, please refer to Get Started. For more usage details and deeper explanations, please consult the Seele Wiki.

Contribution

Thank you for considering helping out with our source code. We appreciate any contributions, even the smallest fixes.

Here are some guidelines before you start:

  • Code must adhere to the official Go formatting guidelines (i.e. uses gofmt).
  • Pull requests need to be based on and opened against the master branch.
  • We use reviewable.io as our review tool for any pull request. Please submit and follow up on your comments in this tool. After you submit a PR, there will be a Reviewable button in your PR. Click this button, it will take you to the review page (it may ask you to login).
  • If you have any questions, feel free to join chat room to communicate with our core team.

Resources

License

go-seele/LICENSE

About

Seele is powered by an up-scalable Neural Consensus protocol for high throughput concurrency among large scale heterogeneous nodes and is able to form a unique heterogeneous forest multi-chain ecosystem

https://seele.pro

License:GNU Lesser General Public License v3.0


Languages

Language:Go 98.3%Language:Assembly 0.8%Language:C++ 0.4%Language:C 0.2%Language:JavaScript 0.2%Language:Batchfile 0.0%Language:Makefile 0.0%Language:Dockerfile 0.0%