vsecoder / blockchain

Home Page:https://blockchain.vsecoder.dev/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python blockchain API

DeepSource PythonVersions

This is a simple blockchain API written in Python.

Screenshots

Screenshot1 Screenshot2

Features

  • Create a new blockchain
  • Add a new transaction (send coins, NFTs)
  • Check if the blockchain is valid
  • Create NFTs
  • Proof of work

Installation

pip install requirements.txt

Usage

Edit the config.toml file from example.toml

key = "my_secret_key"

Run the server

python3 -m app

About

https://blockchain.vsecoder.dev/docs

License:MIT License


Languages

Language:Python 99.2%Language:Dockerfile 0.8%