ChickenTicket icon indicating copy to clipboard operation
ChickenTicket copied to clipboard

Pure Python implementation of a cryptocurrency blockchain

Results 25 ChickenTicket issues
Sort by recently updated
recently updated
newest added

Nim translates easily to JS, Go, C, and Objective-C.

enhancement
help wanted
idea

enhancement
help wanted
node

Preferably using PyQT5, create a graphical wallet influenced by the Ethereum wallet.

enhancement
help wanted
wallet

Create an enum to encompass all network message types - BroadcastTransaction - BroadcastBlock - BroadcastStake - ConfirmTransaction - BanFork

enhancement
help wanted

[`pyaes`](https://pypi.org/project/pyaes/) [`Crypto.Cipher`](https://www.pycryptodome.org/en/latest/src/cipher/cipher.html)

enhancement
help wanted
good first issue
dependencies
wallet

enhancement
help wanted
good first issue
wallet
node

Gather data from blocks about transactions and populate UI fields with correct balances, and gather fee information.

enhancement
help wanted
good first issue
wallet

Could likely include a base64 encoded image in transaction openfield. This intrinsically provides security and ownership of an NFT.

help wanted
contracts
idea

Using websockets, add handling of peers and nodes. More information will be added later.

enhancement
help wanted

Need to be able to instance a new `Block`/`Transaction` class using data from a JSON message

enhancement
help wanted