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

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

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)