All Projects → seeleteam → Go Seele

seeleteam / Go Seele

Licence: lgpl-3.0
Seele is an open source blockchain project which consists of advanced sharding technology and our innovative anti-asic MPoW consensus algorithm. The ONLY official website is

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Go Seele

Conflux Rust
The Rust implementation of Conflux protocol.
Stars: ✭ 330 (+41.03%)
Mutual labels:  blockchain, cryptocurrency, p2p
Ebookcoin
Ebookcoin has been updated to DDN Blockchain,please get it from https://github.com/ddnlink/ddn
Stars: ✭ 789 (+237.18%)
Mutual labels:  blockchain, cryptocurrency, p2p
Firo
The privacy-focused cryptocurrency
Stars: ✭ 528 (+125.64%)
Mutual labels:  blockchain, cryptocurrency, p2p
Go Vite
Official Go implementation of the Vite protocol
Stars: ✭ 257 (+9.83%)
Mutual labels:  blockchain, cryptocurrency, p2p
Particl Desktop
The GUI application for Particl Markeplace and PART coin wallet. A decentralized peer to peer marketplace –free, secure, private, untraceable.
Stars: ✭ 131 (-44.02%)
Mutual labels:  blockchain, cryptocurrency, p2p
Monero
Monero: the secure, private, untraceable cryptocurrency
Stars: ✭ 6,503 (+2679.06%)
Mutual labels:  blockchain, cryptocurrency, p2p
Lbry Sdk
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Stars: ✭ 7,169 (+2963.68%)
Mutual labels:  blockchain, cryptocurrency, p2p
Bitcoin.org
Bitcoin.org Website
Stars: ✭ 1,090 (+365.81%)
Mutual labels:  blockchain, cryptocurrency, p2p
Awesome Privacy On Blockchains
A curated list of privacy on blockchains resources
Stars: ✭ 86 (-63.25%)
Mutual labels:  blockchain, cryptocurrency, p2p
Conceal Core
Conceal Core - Daemon & Wallets (CLI)
Stars: ✭ 72 (-69.23%)
Mutual labels:  blockchain, cryptocurrency, p2p
Wavelet
Write once, run forever. Deploy robust, scalable, decentralized WebAssembly applications on Wavelet.
Stars: ✭ 224 (-4.27%)
Mutual labels:  blockchain, cryptocurrency, p2p
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-29.49%)
Mutual labels:  blockchain, cryptocurrency, p2p
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (-23.08%)
Mutual labels:  blockchain, cryptocurrency, p2p
Golden Wallet React Native
Golden - Best Wallet Ever
Stars: ✭ 201 (-14.1%)
Mutual labels:  blockchain, cryptocurrency
Bitcoin On Nodejs
《Node.js区块链开发》,注:新版代码已开源!请star支持哦-^-:
Stars: ✭ 2,321 (+891.88%)
Mutual labels:  blockchain, cryptocurrency
Blockchain
A simple implementation of blockchain in java
Stars: ✭ 201 (-14.1%)
Mutual labels:  blockchain, p2p
Eclair Mobile
An Android wallet for the Lightning Network
Stars: ✭ 231 (-1.28%)
Mutual labels:  blockchain, cryptocurrency
Kava
DeFi for Crypto.
Stars: ✭ 187 (-20.09%)
Mutual labels:  blockchain, cryptocurrency
Adamant Im
ADAMANT Decentralized Messenger. Progressive Web Application (PWA)
Stars: ✭ 202 (-13.68%)
Mutual labels:  blockchain, cryptocurrency
Forest
🌲 Rust Filecoin Node Implementation
Stars: ✭ 225 (-3.85%)
Mutual labels:  blockchain, p2p

go-seele

Build Status

Features Descriptions
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 MPOW: matrix-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 is an open source blockchain project which consists of advanced sharding technology and the innovative anti-asic MPoW consensus algorithm. https://seele.pro

The current mainnet release: Seele mainchain is powered by a new anti-ASIC consensus PoW algorithm, which requires scientific calculation related to matrix. MPOW 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. Seele Stem subchain protocol. The so called EDA consensus algorithm EDA PAPER from Seele will be utilized for the subchains.

Download (without building)

If you want to directly run the node and use client without setting up the compiling enviroment and building the executable files, you can choose right version to download and run:

Operation System Download Link
Linux [https://github.com/seeleteam/go-seele/releases]
MacOs [https://github.com/seeleteam/go-seele/releases]
Windows [https://github.com/seeleteam/go-seele/releases]

Or Download & Build 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

Run Seele

A simple version Seele mining tutorial: English-SeeleMiningTutorial, 中文-Seele挖矿教程中文简版.

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].