Webcash is an experimental "e-cash" (electronic cash)
Project description
Webcash
Webcash is an experimental new electronic cash ("e-cash") that enables decentralized and instant payments to anyone, anywhere in the world. Users send webcash to one another directly on a decentralized peer-to-peer basis by copying-and-pasting their webcash to their recipient. The central server helps webcash wallets detect double-spending and ensure the integrity of the monetary supply according to the supply schedule.
Navigate to https://webcash.org/ for more information, including the Terms of Service.
Installation
This is a python-based webcash wallet client. To install the latest version on the python package index, use this:
pip3 install webcash
Otherwise, install locally for testing or development purposes:
pip3 install .
If you want to run the software without installing the module, you still need to install the dependencies:
pip3 install -r requirements.txt
python3 -m webcash.walletclient info
Usage
webcash setup
webcash status
webcash pay 5
webcash pay 18 "memo: for lunch with bob"
webcash insert <webcash goes here>
Mining
See webminer for a substantially faster mining client.
This repository contains the original reference implementation of the miner which is much slower:
python3 miner.py
License
This repository and its source code is distributed under the BSD license.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file webcash-0.0.5.tar.gz
.
File metadata
- Download URL: webcash-0.0.5.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e9813a4b729c45bfb8cf899bc16ea77f2f5888d7348459635dce1dab308c934 |
|
MD5 | ca2eafa993262cc0971bf41644d06a78 |
|
BLAKE2b-256 | be71a4e0751a0e7d69e36460170f22c87e70bd7b9ecb249625a6d0677c0d64e8 |
File details
Details for the file webcash-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: webcash-0.0.5-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d27c9b141579e81773f6ac041f0dcdf122171fcf7cfd26dda1c60ef991904d2a |
|
MD5 | df495b882d8a6e674ffa7b034cd088f5 |
|
BLAKE2b-256 | ab4e2e37d7a04f136216b4064ac124f219480e75597656f6e76adbafb2a2fc52 |