Resources
Code Repositories
Overview of Lumen Network repositories
Documentation
5 min read
Code & Repositories
Primary sources & tooling for the Lumen ecosystem.
Core Repositories
Blockchain Core
The main blockchain implementation (Cosmos SDK-based).
- Repository: https://github.com/network-lumen/blockchain
- Docs: https://github.com/network-lumen/blockchain/tree/master/docs
Validator Kit
Operational scripts and guides for validators.
- Repository: https://github.com/network-lumen/validator-kit
- Ops docs: https://github.com/network-lumen/validator-kit/tree/master/ops
Gateway Agent
Runtime agent for gateway nodes (exposes gateway capabilities over HTTP).
- Repository: https://github.com/network-lumen/gateway-agent
Integrations
Application-level integrations and examples (includes the JS/TS SDK source).
- Repository: https://github.com/network-lumen/integrations
- SDK source: https://github.com/network-lumen/integrations/tree/master/npm/sdk
SDK & Tools
JavaScript/TypeScript SDK
- NPM package: https://www.npmjs.com/package/@lumen-chain/sdk
- Source: https://github.com/network-lumen/integrations/tree/master/npm/sdk
npm install @lumen-chain/sdk
Contributing
See the blockchain contributing guide for repo conventions: https://github.com/network-lumen/blockchain/blob/master/CONTRIBUTING.md
License
All Lumen repositories are open source under the MIT license.
