8000 GitHub - lcvalves/chaindeploy: Deploy Hyperledger Fabric and Besu networks on Baremetal (and join them too)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lcvalves/chaindeploy

 
 

Repository files navigation

ChainLaunch

ChainLaunch is a blockchain node management platform that simplifies the deployment and management of blockchain nodes. Currently supports Hyperledger Fabric and Besu nodes.

Features

  • Deploy and manage Fabric peer and orderer nodes
  • Deploy and manage Besu validator, bootnode and fullnodes
  • Service-based deployment with systemd/launchd support
  • Node monitoring and log management
  • Organization and identity management
  • REST API for programmatic control

Development

Generate OpenAPI Documentation

To regenerate the Swagger/OpenAPI documentation:

swag init -g cmd/serve/serve.go -o docs --parseInternal --parseDependency --parseDepth 1 --generatedTime

Generate Database Queries

To regenerate the SQL queries using sqlc:

sqlc generate

Getting Started

[Add getting started section here with setup instructions]

API Documentation

The API documentation is available at /swagger/index.html when running the server.

About

Deploy Hyperledger Fabric and Besu networks on Baremetal (and join them too)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 55.3%
  • TypeScript 44.6%
  • Other 0.1%
0