ceele

module
v0.0.0-...-3e4d930 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2019 License: LGPL-3.0

README

go-seele

Build Status

Features Description
Sharding 4 shards, transactions within the same shard and between different shards are supported
higher transaction fee for cross-shard transaction
Smart Contracts smart contracts are supported within the same shard
Seele Wallet easy-to-use wallet
High TPS same shard TPS: 500/shard, cross shard TPS: 12/shard
Auditable Supply total supply: 1,000,000,000 SEELEs, 300,000,000 SEELEs for mining
Consensus Algorithm Seele POW: memory heavy proof of work algorithm
Mining Reward 3150000 blocks/era and era reward follows [6, 4, 3, 2.5, 2, 2, 1.5, 1.5] order until reaches the last reward of 1.5 SEELEs
Transaction Fee self-customized transaction fee, higher fee for cross-shard transaction
Block 100 KB block size, 10 seconds block time, ~6000 transactions per block

The official Golang implementation of Seele. Seele blockchain is based on the Neural Consensus protocol, which consists of a mainchain and subchains to form a heterogeneous forest multi-chain ecosystem when fully developed. https://seele.pro

The current mainnet release: Seele mainchain is powered by a new memory-consuming consensus PoW algorithm, which records intermediate hash strings. SPOW PAPER The mainchain has four shards. It can perform transactions within a shard or crossing shards. However, smart contracts currently can be only executed within the same shard. Seele subchains are under development. The so called EDA consensus algorithm EDA PAPER from Seele will be utilized for the subchains.

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/github.com/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

Directories

Path Synopsis
accounts
abi
cmd
client/light
* * @file * @copyright defined in go-seele/LICENSE
* * @file * @copyright defined in go-seele/LICENSE
tool/cmd
//////////////////////////////////////////// This is a tool for analysis all information 1.
//////////////////////////////////////////// This is a tool for analysis all information 1.
vm
ethash
Package ethash implements the ethash proof-of-work consensus engine.
Package ethash implements the ethash proof-of-work consensus engine.
pow
contract
svm
txs
vm
bn256
Package bn256 implements the Optimal Ate pairing over a 256-bit Barreto-Naehrig curve.
Package bn256 implements the Optimal Ate pairing over a 256-bit Barreto-Naehrig curve.
bn256/cloudflare
Package bn256 implements a particular bilinear group at the 128-bit security level.
Package bn256 implements a particular bilinear group at the 128-bit security level.
bn256/google
Package bn256 implements a particular bilinear group.
Package bn256 implements a particular bilinear group.
secp256k1
Package secp256k1 wraps the bitcoin secp256k1 C library.
Package secp256k1 wraps the bitcoin secp256k1 C library.
sha3
Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202.
Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202.
gonum.org
v1/gonum/mat
Package mat provides implementations of float64 and complex128 matrix structures and linear algebra operations on them.
Package mat provides implementations of float64 and complex128 matrix structures and linear algebra operations on them.
log
p2p
utils
* * @file * @copyright defined in go-seele/LICENSE
* * @file * @copyright defined in go-seele/LICENSE
Package rpc provides access to the exported methods of an object across a network or other I/O connection.
Package rpc provides access to the exported methods of an object across a network or other I/O connection.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL