All Projects → U-Network → Unetwork

U-Network / Unetwork

Licence: apache-2.0
U Network Public Blockchain

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Unetwork

Loopchain
Blockchain engine for icon foundation.
Stars: ✭ 69 (-63.49%)
Mutual labels:  blockchain, consensus-algorithm
Exonum
An extensible open-source framework for creating private/permissioned blockchain applications
Stars: ✭ 1,037 (+448.68%)
Mutual labels:  blockchain, consensus-algorithm
Python blockchain app
A fully functional blockchain application implemented in Python from scratch (with tutorial).
Stars: ✭ 510 (+169.84%)
Mutual labels:  blockchain, consensus-algorithm
Blockchaintechnology
Blockchain Frontier Technology Tracking
Stars: ✭ 88 (-53.44%)
Mutual labels:  blockchain, consensus-algorithm
Blockchain Security Contacts
Directory of security contacts for blockchain companies
Stars: ✭ 186 (-1.59%)
Mutual labels:  blockchain
Blockchain go videos
Golang公链开发系统视频教程
Stars: ✭ 180 (-4.76%)
Mutual labels:  blockchain
Blocknet
Official Blocknet cryptocurrency wallet
Stars: ✭ 179 (-5.29%)
Mutual labels:  blockchain
Cointop
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
Stars: ✭ 2,912 (+1440.74%)
Mutual labels:  blockchain
Learning Blockchain
Tidy up Blockchain ecosystem and tutorial
Stars: ✭ 188 (-0.53%)
Mutual labels:  blockchain
Go Matrix
First version of go-MATRIX, especially for TPS optimization and AI
Stars: ✭ 187 (-1.06%)
Mutual labels:  blockchain
Ultimateicocalendar
The ICO calendar to end all ICO calendars
Stars: ✭ 183 (-3.17%)
Mutual labels:  blockchain
Dfuse Eosio
dfuse for EOSIO
Stars: ✭ 180 (-4.76%)
Mutual labels:  blockchain
Ecdsa Private Key Recovery
A simple library to recover the private key of ECDSA and DSA signatures sharing the same nonce k and therefore having identical signature parameter r
Stars: ✭ 186 (-1.59%)
Mutual labels:  blockchain
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 (-4.76%)
Mutual labels:  blockchain
Scilla
Scilla - A Smart Contract Intermediate Level Language
Stars: ✭ 186 (-1.59%)
Mutual labels:  blockchain
Go Ethereum Hdwallet
Ethereum HD Wallet derivations in Go (golang)
Stars: ✭ 178 (-5.82%)
Mutual labels:  blockchain
Blockchainwallet Crypto
比特币、以太坊公私钥生成以及签名,长时间不维护可移步 https://github.com/QuincySx/ChainWallet
Stars: ✭ 183 (-3.17%)
Mutual labels:  blockchain
Gun
An open source cybersecurity protocol for syncing decentralized graph data.
Stars: ✭ 15,172 (+7927.51%)
Mutual labels:  blockchain
Blockvotes
An e-voting system based on blockchain using ring signature
Stars: ✭ 182 (-3.7%)
Mutual labels:  blockchain
Awesome Eos
A curated list of awesome EOS frameworks, libraries, software and resources.
Stars: ✭ 181 (-4.23%)
Mutual labels:  blockchain

This is the UNetwork Alpha network

Build Status

UNetwork

UNetwork is a decentralized distributed network protocol based on blockchain technology and is implemented in Golang. Through peer-to-peer network, UNetwork can be used to digitize assets and provide financial service, including asset registration, issuance, transfer, etc.

Highlight Features

  • Scalable Lightweight Universal Smart Contract
  • Crosschain Interactive Protocol
  • Quantum-Resistant Cryptography (optional module)
  • China National Crypto Standard (optional module)
  • High Optimization of TPS
  • Distributed Storage and File Sharding Solutions Based on IPFS
  • P2P Link Layer Encryption
  • Node Access Control
  • Multiple Consensus Algorithm Support (DBFT/RBFT/SBFT)
  • Configurable Block Generation Time
  • Configurable Digital Currency Incentive
  • Configable Sharding Consensus (in progress)

Building

The requirements to build UNetwork are:

  • Go version 1.8 or later
  • Glide (a third-party package management tool)
  • Properly configured Go environment

Deployment

To run UNetwork successfully, at least 4 nodes are required. The four nodes can be deployed in the following two way:

  • multi-hosts deployment
  • single-host deployment

Contributing

Can I contribute patches to UNetwork project?

Yes! Please open a pull request with signed-off commits. We appreciate your help!

You can also send your patches as emails to the developer mailing list. Please join the UNetwork mailing list or forum and talk to us about it.

Either way, if you don't sign off your patches, we will not accept them. This means adding a line that says "Signed-off-by: Name " at the end of each commit, indicating that you wrote the code and have the right to pass it on as an open source patch.

Also, please write good git commit messages. A good commit message looks like this:

Header line: explain the commit in one line (use the imperative)

Body of commit message is a few lines of text, explaining things
in more detail, possibly giving some background about the issue
being fixed, etc etc.

The body of the commit message can be several paragraphs, and
please do proper word-wrap and keep columns shorter than about
74 characters or so. That way "git log" will show things
nicely even when it's indented.

Make sure you explain your solution and why you're doing what you're
doing, as opposed to describing what you're doing. Reviewers and your
future self can read the patch, but might not understand why a
particular solution was implemented.

Reported-by: whoever-reported-it
Signed-off-by: Your Name <[email protected]>

Community

Site

License

UNetwork is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

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].