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.
- Host: GitHub
- URL: https://github.com/karurochori/base-blockchain
- Owner: KaruroChori
- Created: 2022-10-01T08:05:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T06:04:52.000Z (over 3 years ago)
- Last Synced: 2025-03-02T22:41:39.642Z (over 1 year ago)
- Topics: blockchain, openapi, shadow, typescript
- Language: TypeScript
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.