-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from celo-org/0xarthurxyz/add-readme
Adds small README to get started
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Developer Tooling | ||
|
||
> **NOTE** This is a relatively new repository and is still under active development. | ||
> Some of the packages and release processes may not be fully documented yet. | ||
This repository contains the source code for various JS/TS developer tools and CLI(s) released by cLabs | ||
for the Celo community. | ||
|
||
This includes: | ||
|
||
- [`@celo/celocli`](https://www.npmjs.com/package/@celo/celocli) | ||
- [`@celo/base`](https://www.npmjs.com/package/@celo/base) | ||
- [`@celo/connect`](https://www.npmjs.com/package/@celo/connect) | ||
- [`@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/keystore`](https://www.npmjs.com/package/@celo/keystores) | ||
- [`@celo/network-utils`](https://www.npmjs.com/package/@celo/network-utils) | ||
- [`@celo/phone-utils`](https://www.npmjs.com/package/@celo/phone-utils) (may be deprecated soon ⚠️) | ||
- [`@celo/transaction-uri`](https://www.npmjs.com/package/@celo/transactions-uri) | ||
- 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-azure) | ||
- [`@celo/wallet-ledger`](https://www.npmjs.com/package/@celo/wallet-ledger) | ||
- [`@celo/wallet-local`](https://www.npmjs.com/package/@celo/wallet-local) | ||
- [`@celo/wallet-remote`](https://www.npmjs.com/package/@celo/wallet-remote) | ||
- [`@celo/wallet-rpc`](https://www.npmjs.com/package/@celo/wallet-rpc) |