BlockChain API
I built this little side project to learn more about Blockchain and Tokens. It might be maintained and implemented to other projects but it is not guaranteed to be completed. Bugs might appear
Installation
- Make sure Python 3.9+ is installed on your machine.
- Install pipenv
$ pip install pipenv
- Install all requirements
$ pip install
-
Run the server
$ pipenv run python blockchain.py
$ pipenv run python blockchain.py -p 5001
$ pipenv run python blockchain.py --port 5002
Contributing
Contributions are welcome! Feel free to submit a pull request...