All Projects → AXErunners → Axe

AXErunners / Axe

Licence: mit
decentralized cryptocurrency

Projects that are alternatives of or similar to Axe

Awesome Ethereum
⚡️ Awesome Ethereum Resources
Stars: ✭ 459 (+68.13%)
Mutual labels:  blockchain, p2p, decentralized
Covenantsql
A decentralized, trusted, high performance, SQL database with blockchain features
Stars: ✭ 1,148 (+320.51%)
Mutual labels:  blockchain, p2p, decentralized
Lbry Sdk
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Stars: ✭ 7,169 (+2526.01%)
Mutual labels:  blockchain, p2p, decentralized
Decentralized Internet
A SDK/library for decentralized web and distributing computing projects
Stars: ✭ 406 (+48.72%)
Mutual labels:  blockchain, p2p, decentralized
Gym Fx
Forex trading simulator environment for OpenAI Gym, observations contain the order status, performance and timeseries loaded from a CSV file containing rates and indicators. Work In Progress
Stars: ✭ 151 (-44.69%)
Mutual labels:  blockchain, p2p, decentralized
Enigma P2p
The Enigma Worker Peer-to-Peer (P2P) package written in Node.js based on libp2p-js
Stars: ✭ 31 (-88.64%)
Mutual labels:  blockchain, p2p, decentralized
Dawn
global hosting, financial automation, server-less web components
Stars: ✭ 40 (-85.35%)
Mutual labels:  blockchain, p2p, decentralized
Conceal Core
Conceal Core - Daemon & Wallets (CLI)
Stars: ✭ 72 (-73.63%)
Mutual labels:  blockchain, p2p, decentralized
Bitcoin Kit Ios
Full Bitcoin library for iOS, implemented on Swift. SPV wallet implementation for Bitcoin, Bitcoin Cash and Dash blockchains.
Stars: ✭ 134 (-50.92%)
Mutual labels:  blockchain, p2p, decentralized
Particl Desktop
The GUI application for Particl Markeplace and PART coin wallet. A decentralized peer to peer marketplace –free, secure, private, untraceable.
Stars: ✭ 131 (-52.01%)
Mutual labels:  blockchain, p2p, decentralized
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 (-34.07%)
Mutual labels:  blockchain, p2p, decentralized
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 (-39.56%)
Mutual labels:  blockchain, p2p, decentralized
Gun
An open source cybersecurity protocol for syncing decentralized graph data.
Stars: ✭ 15,172 (+5457.51%)
Mutual labels:  blockchain, p2p, decentralized
Electrum Axe
lightweight client for AXE network
Stars: ✭ 231 (-15.38%)
Mutual labels:  blockchain, p2p
Forest
🌲 Rust Filecoin Node Implementation
Stars: ✭ 225 (-17.58%)
Mutual labels:  blockchain, p2p
Agregore Browser
A minimal browser for the distributed web
Stars: ✭ 229 (-16.12%)
Mutual labels:  blockchain, p2p
Awesome Blockchain Rust
Collect libraries and packages about blockchain/cryptography in Rust
Stars: ✭ 251 (-8.06%)
Mutual labels:  blockchain, p2p
Wavelet
Write once, run forever. Deploy robust, scalable, decentralized WebAssembly applications on Wavelet.
Stars: ✭ 224 (-17.95%)
Mutual labels:  blockchain, p2p
Go Seele
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
Stars: ✭ 234 (-14.29%)
Mutual labels:  blockchain, p2p
Sia
Blockchain-based marketplace for file storage. Project has moved to GitLab: https://gitlab.com/NebulousLabs/Sia
Stars: ✭ 2,731 (+900.37%)
Mutual labels:  blockchain, decentralized

M: Build Status

D: Build Status

t: Version tag

What is Axe?

Axe is an experimental digital currency that enables instant, private payments to anyone, anywhere in the world. Axe uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. Axe Core is the name of the open source software which enables the use of this currency.

License

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

Development Process

The master branch is meant to be stable. Development is normally done in separate branches. Tags are created to indicate new official, stable release versions of Axe Core.

The contribution workflow is described in CONTRIBUTING.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 OS X, 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].