Metadata-Version: 2.1
Name: bdtsim
Version: 0.1.2
Summary: Blockchain Data Trading Simulator
Home-page: https://gitlab.com/MatthiasLohr/bdtsim
Author: Matthias Lohr
Author-email: mail@mlohr.com
License: Apache License 2.0
Project-URL: Documentation, https://matthiaslohr.gitlab.io/bdtsim/
Project-URL: Source, https://gitlab.com/MatthiasLohr/bdtsim
Project-URL: Tracker, https://gitlab.com/MatthiasLohr/bdtsim/issues
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.7.*, <4
Description-Content-Type: text/markdown
Requires-Dist: eth-tester (==0.4.0b1)
Requires-Dist: hexbytes (==0.2.0)
Requires-Dist: py-evm (==0.3.0a14)
Requires-Dist: py-solc-x (==0.8.1)
Requires-Dist: PyYAML (==5.3.1)
Requires-Dist: web3 (==5.7.0)

# Blockchain Data Trading Simulator (BDTsim)

## Quickstart

## Documentation

The full documentation can be found here: https://matthiaslohr.gitlab.io/bdtsim/

Quick Links:

  * [Quickstart Guide](https://matthiaslohr.gitlab.io/bdtsim/quickstart/)
  * [Command Documentation](https://matthiaslohr.gitlab.io/bdtsim/commands/)
  * [Protocol Documentation](https://matthiaslohr.gitlab.io/bdtsim/protocols/)
  * [Environment Documentation](https://matthiaslohr.gitlab.io/bdtsim/environments/)
  * [Data Provider Documentation](https://matthiaslohr.gitlab.io/bdtsim/dataproviders/)


## Contributing

See the [Contribution Guidelines](https://gitlab.com/MatthiasLohr/bdtsim/-/blob/master/CONTRIBUTING.md) for information on how to contribute to this project.


## License

This project is published under the Apache License, Version 2.0.
See [LICENSE.md](https://gitlab.com/MatthiasLohr/bdtsim/-/blob/master/LICENSE.md) for more information.

Copyright (c) by Matthias Lohr <mail@mlohr.com>


