All Projects → blocknetdx → Blocknet

blocknetdx / Blocknet

Licence: mit
Official Blocknet cryptocurrency wallet

Projects that are alternatives of or similar to Blocknet

Atomicdex Desktop
atomicDEX Desktop app - project codename "Dextop"
Stars: ✭ 126 (-29.61%)
Mutual labels:  blockchain, dex, interoperability
Bitxhub
Interchain protocol 跨链协议
Stars: ✭ 286 (+59.78%)
Mutual labels:  blockchain, interoperability
Protocols
A zkRollup DEX & Payment Protocol
Stars: ✭ 260 (+45.25%)
Mutual labels:  blockchain, dex
Tokenlon Sdk
The Gateway to Decentralized Exchange
Stars: ✭ 56 (-68.72%)
Mutual labels:  blockchain, dex
Quilt
Hyperledger Quilt - An implementation of the Interledger Protocol
Stars: ✭ 212 (+18.44%)
Mutual labels:  blockchain, interoperability
Ethereum Development With Go Book
📖 A little book on Ethereum Development with Go (golang)
Stars: ✭ 754 (+321.23%)
Mutual labels:  blockchain, open-source
Ethereumdb
Stars: ✭ 21 (-88.27%)
Mutual labels:  blockchain, open-source
Bitshares Core
BitShares Blockchain implementation and command-line interface
Stars: ✭ 1,096 (+512.29%)
Mutual labels:  blockchain, dex
Waykichain
Public Blockchain as a Decentralized Finance Infrastructure Service Platform
Stars: ✭ 1,117 (+524.02%)
Mutual labels:  blockchain, dex
Utopian.io
Utopian.io Frontend - Utopian wants to reward open-source contributors!
Stars: ✭ 101 (-43.58%)
Mutual labels:  blockchain, open-source
Hydro Scaffold Dex
A Decentralized Exchange Scaffold - launch a DEX in minutes
Stars: ✭ 112 (-37.43%)
Mutual labels:  blockchain, dex
Ion
General interoperability framework for trustless cross-system interaction
Stars: ✭ 122 (-31.84%)
Mutual labels:  blockchain, interoperability
Interledger Rs
An easy-to-use, high-performance Interledger implementation written in Rust
Stars: ✭ 155 (-13.41%)
Mutual labels:  blockchain, interoperability
Free Computer Science University
So after watching all the resources i thought to put all the important technical courses in one place.And help those people who wants to learn computer science.All the courses are free here.
Stars: ✭ 175 (-2.23%)
Mutual labels:  open-source
Quick.db
An easy, open-sourced, Node.js database designed for complete beginners getting into the concept of coding.
Stars: ✭ 177 (-1.12%)
Mutual labels:  open-source
Monstereos
A Tamagotchi and Battle Game for EOS Blockchain :)
Stars: ✭ 174 (-2.79%)
Mutual labels:  blockchain
Eevm
Enclave ready EVM (eEVM) is an open-source, standalone, embeddable, C++ implementation of the Ethereum Virtual Machine.
Stars: ✭ 175 (-2.23%)
Mutual labels:  blockchain
Proof Of Stake Cryptocurrency Generator
🍀 Create your own Proof of Stake cryptocurrency with its own blockchain based on NXT
Stars: ✭ 178 (-0.56%)
Mutual labels:  blockchain
Ethereum Graph Debugger
Ethereum solidity graph plain debugger. To have the whole picture when debugging.
Stars: ✭ 177 (-1.12%)
Mutual labels:  blockchain
Blender Launcher
Standalone client for managing official builds of Blender 3D
Stars: ✭ 174 (-2.79%)
Mutual labels:  open-source

Blocknet

Build Status

https://blocknet.co

Welcome to the Blocknet repository. This repo is for the Blocknet Protocol, a 2nd layer blockchain interoperability protocol that enables communication, interaction, and exchange between different blockchains. This allows for the development of multi-chain applications and blockchain microservices, creating exponentially more capabilities and possibilities for the blockchain ecosystem.

Contributors are welcome!

Website API Documentation Discord

Blocknet

Started in 2014, Blocknet is a decentralized, community-governed, self-funded, open-source project that serves as a connector between different blockchains, markets, and communities.

The Blocknet Protocol

The Blocknet Protocol enables decentralized communication and exchange between different blockchains in a permissionless and trustless manner through the use of the TCP/IP networking layer for communication, P2P atomic swaps using BIP65 for exchange, and a DHT overlay network (Service Nodes) to host the full nodes of compatible blockchains, host microservices, audit interactions, and perform anti-spam and anti-DOS measures for the network.

Block DX

Block DX is a completely decentralized and trustless exchange built on the Blocknet Protocol that mimics a centralized exchange experience and enables traders to conduct exchanges directly from the wallets of the coins being traded. View Repo: [https://github.com/BlocknetDX/block-dx]

Blocknet Specifications:

BLOCK Detail
Creation Date October 20th, 2014
Release Method ITO, No Premine
Proof Type Proof of Stake (PoS)
Algo Quark
Block Time 60 seconds
Block Reward / Fees 1.0 BLOCK awarded to stakers
0.015 BLOCK awarded to Service Nodes on DX trades
XRouter fees awarded to Service Nodes (customizable)
Superblock Up to 40,000 BLOCK
Difficulty Adjusted per block
Staking Requirement No minimum
Service Node Requirement 5000 BLOCK (SPV)
Circulation View on explorer
Max Supply No maximum supply (PoS), but there is a maximum to inflation

Decentralized Atomic Swap Algo Summary

Initiator creates secret X, and hashes it to create H(X). Initiator also creates public private key pair (pubkey i1,i2 / privkey i2,i2). Responder creates public private key pair (pubkey r1,r2 / privkey r1,r2).

Step 2.
Initiator shares H(X) and pubkey i2 with responder. Responder shares pubkey r1 with intiator.

Step 3.
Initiator creates TxAb. TxAb can be redeemed after time T2 with privkey i1. At any time TxAb can redeemed with signature from privkey r1 and reveal of secret X. Initiator broadcasts TxAb onto the network.

Step 4.
Responder confirms TxAb. Responder creates TxBb. TxBb can be redeemed after T1 time with privkey r2. At any time TxBb can be redeemed with signature fom privkey i2 and reveal of secret X. Responder broadcasts TxBb onto the network.

Step 5.
Initiator creates TxBp which spends TxBb using privkey i2 and secret X. With the revealed secret, responder can create TxAp which spends TxAb with privkey r1 and secret X.

License

Blocknet is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

The MIT License (MIT)

Copyright (c) 2014-2020 The Blocknet Developers

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Development Process

The master branch is stable and will match the latest release. Development branches are indicated by the version number and may or may not be stable. Tags are created regularly to indicate new official, stable release versions of Blocknet.

The contribution workflow is described in CONTRIBUTING.md and useful hints for developers can be found in doc/developer-notes.md.

Testing

Testing and code review is the bottleneck for development; we get more pull requests than we can review and test on short notice. Please be patient and help out by testing other people's pull requests, and remember this is a security-critical project where any mistake might cost people lots of money.

Automated Testing

Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code. Unit tests can be compiled and run (assuming they weren't disabled in configure) with: make check. Further details on running and extending unit tests can be found in /src/test/README.md.

There are also regression and integration tests, written in Python, that are run automatically on the build server. These tests can be run (if the test dependencies are installed) with: test/functional/test_runner.py

The Travis CI system makes sure that every pull request is built for Windows, Linux, and macOS, and that unit/sanity tests are run automatically.

Manual Quality Assurance (QA) Testing

Changes should be tested by somebody other than the developer who wrote the code. This is especially important for large or high-risk changes. It is useful to add a test plan to the pull request description if testing the changes is not straightforward.

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