All Projects → bitshares → Python Bitshares

bitshares / Python Bitshares

Licence: mit
Fully featured client-side library for the BitShares Blockchain - written entirely in python.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python Bitshares

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 (-7.36%)
Mutual labels:  blockchain
Proofofexistence
Core and web app for Proof of Existence - the original blockchain notary service
Stars: ✭ 155 (-4.91%)
Mutual labels:  blockchain
Truechain Consensus Core
TrueChain Consensus Protocol: Minerva
Stars: ✭ 160 (-1.84%)
Mutual labels:  blockchain
Defi Score
DeFi Score: An open framework for evaluating DeFi protocols
Stars: ✭ 152 (-6.75%)
Mutual labels:  blockchain
Lemon.email Dapp
Lemon dApp is a world's first encrypted & decentralized e-mail service.
Stars: ✭ 155 (-4.91%)
Mutual labels:  blockchain
Blockchain Samples
Samples demonstrating the use of Blockchain with IBM Watson IoT
Stars: ✭ 158 (-3.07%)
Mutual labels:  blockchain
Space Daemon
The Space Daemon packages together IPFS, Textile Threads/Buckets, and Textile Powergate (Filecoin*) into one easy to install Daemon to make it easy to build peer to peer and privacy focused apps.
Stars: ✭ 151 (-7.36%)
Mutual labels:  blockchain
Curso blockchain
Indtroductory course to cryptocurrencies and applications of Blockchain technologies.
Stars: ✭ 161 (-1.23%)
Mutual labels:  blockchain
Simpleos
EOSIO Blockchain Interface & Wallet
Stars: ✭ 157 (-3.68%)
Mutual labels:  blockchain
Pivt
Helm charts for running and operating Hyperledger Fabric in Kubernetes. Previously hosted at https://github.com/APGGroeiFabriek/PIVT.
Stars: ✭ 159 (-2.45%)
Mutual labels:  blockchain
Fairy Wallet
Client for ledger nano s hw
Stars: ✭ 154 (-5.52%)
Mutual labels:  blockchain
Interledger Rs
An easy-to-use, high-performance Interledger implementation written in Rust
Stars: ✭ 155 (-4.91%)
Mutual labels:  blockchain
Steem
The blockchain for Smart Media Tokens (SMTs) and decentralized applications.
Stars: ✭ 1,915 (+1074.85%)
Mutual labels:  blockchain
Chainlink Ruby
Easily connect your applications to blockchains
Stars: ✭ 152 (-6.75%)
Mutual labels:  blockchain
Ico Contracts
Ethereum smart contracts that have been used during successful ICOs
Stars: ✭ 160 (-1.84%)
Mutual labels:  blockchain
Hyperledger Fabric Gm
支持国密加密算法的Hyperledger Fabric版本
Stars: ✭ 152 (-6.75%)
Mutual labels:  blockchain
Fabric
Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
Stars: ✭ 12,911 (+7820.86%)
Mutual labels:  blockchain
Evmone
Fast Ethereum Virtual Machine implementation
Stars: ✭ 162 (-0.61%)
Mutual labels:  blockchain
Awesome Eos
A curated list of EOS Ecosystem by SuperONE.
Stars: ✭ 160 (-1.84%)
Mutual labels:  blockchain
Blockchain Java
A simplified blockchain implementation in Java
Stars: ✭ 160 (-1.84%)
Mutual labels:  blockchain

Python Library for BitShares

Stable

docs master Travis master codecov

Develop

docs develop Travis develop codecov develop


Documentation

Visit the pybitshares website for in depth documentation on this Python library.

Installation

Install with pip3:

$ sudo apt-get install libffi-dev libssl-dev python-dev python3-dev python3-pip
$ pip3 install bitshares

Manual installation:

$ git clone https://github.com/bitshares/python-bitshares/
$ cd python-bitshares
$ python3 setup.py install --user

Upgrade

$ pip3 install --user --upgrade bitshares

Contributing

python-bitshares welcomes contributions from anyone and everyone. Please see our guidelines for contributing and the code of conduct.

Discussion and Developers

Discussions around development and use of this library can be found in a dedicated Telegram Channel

License

A copy of the license is available in the repository's LICENSE file.

Bounties

As part of HackTheDex, security issues found in this library are potentially eligible for a bounty.

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