An open API service indexing awesome lists of open source software.

https://github.com/karurochori/base-blockchain

Barebone blockchain node defined by OpenAPI specs with simulation support.
https://github.com/karurochori/base-blockchain

blockchain openapi shadow typescript

Last synced: about 2 months ago
JSON representation

Barebone blockchain node defined by OpenAPI specs with simulation support.

Awesome Lists containing this project

README

          

Basic repository to define a typescript node for a blockchain-like architecture.
It is not in a usable state yet.

- Support of OpenAPI 3.1 to generate part of the node code (ongoing)
- TypeScript
- [Shadow](https://github.com/shadow/shadow) to perform simulations on a network of such nodes.