https://github.com/celo-org/developer-tooling
🛠️ SDKs and CLI for interacting with Celo
https://github.com/celo-org/developer-tooling
cli developer-tools sdk
Last synced: 7 days ago
JSON representation
🛠️ SDKs and CLI for interacting with Celo
- Host: GitHub
- URL: https://github.com/celo-org/developer-tooling
- Owner: celo-org
- License: apache-2.0
- Created: 2023-11-21T13:55:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-06-11T23:39:06.000Z (11 days ago)
- Last Synced: 2026-06-12T00:09:40.071Z (11 days ago)
- Topics: cli, developer-tools, sdk
- Language: TypeScript
- Homepage:
- Size: 105 MB
- Stars: 41
- Watchers: 7
- Forks: 34
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Developer Tooling
This repository contains the source code for various JS/TS developer tools and CLI(s) released by cLabs
for the Celo community.
## How we work
We are a GitHub-first team, which means we have a strong preference for communicating via GitHub.
Please use GitHub to:
🐞 [File a bug report](https://github.com/celo-org/developer-tooling/issues/new/choose)
💬 [Ask a question](https://github.com/celo-org/developer-tooling/discussions)
✨ [Suggest a feature](https://github.com/celo-org/developer-tooling/issues/new/choose)
🧑💻 [Contribute!](/CONTRIBUTING.md)
🚔 [Report a security vulnerability](https://github.com/celo-org/developer-tooling/issues/new/choose)
> [!TIP]
>
> Please avoid messaging us via Slack, Telegram, or email. We are more likely to respond to you on
> GitHub than if you message us anywhere else. We actively monitor GitHub, and will get back to you shortly 🌟
## Code
This repository contains source code for:
- [`@celo/celocli`](https://www.npmjs.com/package/@celo/celocli)
- [`@celo/actions`](https://www.npmjs.com/package/@celo/actions)
- [`@celo/base`](https://www.npmjs.com/package/@celo/base)
- [`@celo/connect`](https://www.npmjs.com/package/@celo/connect)
- [`@celo/core`](https://www.npmjs.com/package/@celo/core)
- [`@celo/contractkit`](https://www.npmjs.com/package/@celo/contractkit)
- [`@celo/cryptographic-utils`](https://www.npmjs.com/package/@celo/cryptographic-utils)
- [`@celo/explorer`](https://www.npmjs.com/package/@celo/explorer)
- [`@celo/governance`](https://www.npmjs.com/package/@celo/governance)
- [`@celo/keystores`](https://www.npmjs.com/package/@celo/keystores)
- [`@celo/network-utils`](https://www.npmjs.com/package/@celo/network-utils)
- [`@celo/metadata-claims`](https://www.npmjs.com/package/@celo/metadata-claims)
- [`@celo/phone-utils`](https://www.npmjs.com/package/@celo/phone-utils)
- [`@celo/transactions-uri`](https://www.npmjs.com/package/@celo/transactions-uri)
- [`@celo/viem-account-ledger`](https://www.npmjs.com/package/@celo/viem-account-ledger)
- Wallet related packages including:
- [`@celo/wallet-base`](https://www.npmjs.com/package/@celo/wallet-base)
- [`@celo/wallet-hsm`](https://www.npmjs.com/package/@celo/wallet-hsm)
- [`@celo/wallet-hsm-aws`](https://www.npmjs.com/package/@celo/wallet-hsm-aws)
- [`@celo/wallet-hsm-azure`](https://www.npmjs.com/package/@celo/wallet-hsm-azure)
- [`@celo/wallet-hsm-gcp`](https://www.npmjs.com/package/@celo/wallet-hsm-gcp)
- [`@celo/wallet-ledger`](https://www.npmjs.com/package/@celo/wallet-ledger)
- [`@celo/wallet-local`](https://www.npmjs.com/package/@celo/wallet-local)
## Contributing
If you're interested in contributing, please read the [contributing docs](./CONTRIBUTING.md)
**before submitting a pull request**.
## Documentation
[Head to the documentation](https://docs.celo.org/) to read and learn more about Celo SDK(s) and
CLI(s).
## Community
Check out the following places for more developer tooling-related content:
- Join the [discussions on GitHub](https://github.com/celo-org/developer-tooling/discussions)
- Follow [@cLabs](https://twitter.com/cLabs) and [@celo](https://twitter.com/Celo) on X
(formerly Twitter) for project updates
## Authors
- [@aaronmgdr](https://github.com/aaronmgdr)
- [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)