Blockchain Py

A python imlementation of blockchain_go
Alternatives To Blockchain Py
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Web2web2,265
4 years ago2HTML
P2P web powered by torrents and blockchain.
Erc 18081,517
4 years ago26agpl-3.0JavaScript
Eclair1,102
2 days ago42apache-2.0Scala
A scala implementation of the Lightning Network.
Paper593
10 months ago51mit
On self sovereign human identity.
Crackcoin591
2 years ago1otherPython
Very basic blockchain-free cryptocurrency PoC in Python
Smart Contract Search Engine274
3 years ago12gpl-3.0JavaScript
Takes a link to a smart contract's raw ABI file and an RPC URL and then indexes all instances of that smart contract
Js Algorand Sdk262121413 days ago57December 15, 202266mitTypeScript
The official JavaScript SDK for Algorand.
Web Wallet258
3 years ago10lgpl-3.0JavaScript
Confluxstudio188
3 months ago30gpl-3.0JavaScript
An IDE to develop smart contracts on the Conflux blockchain
Ethers.objc158
a year ago19mitC
Fast, simple and complete library for Ethereum in Objective-C.
Alternatives To Blockchain Py
Select To Compare


Alternative Project Comparisons
Readme

blockchain-py

This is a python imlementation of blockchain_go

Preparation

Install pipenv

Install this project's dependencies

pipenv install

Activate this project's virtualenv

pipenv shell

Usage

Create a wallet

$ python cli.py createwallet
Your new address: 17Y288D5DnFwU6cj5M8YHnxYNnDhN6f5FK

Create blockchain and receive first mining reward

$ python cli.py createblockchain --address 17Y288D5DnFwU6cj5M8YHnxYNnDhN6f5FK

Create another wallet

$ python cli.py createwallet
Your new address: 15zBUPbr2B4JMcQHg6oJ8DYQi4t7RN1gWb

Send coins to someone

$ python cli.py send --from 17Y288D5DnFwU6cj5M8YHnxYNnDhN6f5FK --to 15zBUPbr2B4JMcQHg6oJ8DYQi4t7RN1gWb --amount 6
Mining a new block
0005ec56906edfcc97a8b422cd6948e7a2b59cba89e9a253f75eeefb6755d6e9


Success!

Get balance of some address

$ python cli.py getbalance --address 17Y288D5DnFwU6cj5M8YHnxYNnDhN6f5FK 
Balance of 17Y288D5DnFwU6cj5M8YHnxYNnDhN6f5FK

Todo

教程中文翻译

Thanks to liuchengxu

Popular Blockchain Projects
Popular Address Projects
Popular Blockchain Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Go
Blockchain
Address
Transaction
Bitcoin
Wallet
Coin