From fdbf6881254c6a06d0175fb797108de44f58a6b6 Mon Sep 17 00:00:00 2001 From: zfedoran Date: Thu, 2 Nov 2023 13:05:40 -0400 Subject: [PATCH 1/7] added badges --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index dd16726..4d403b1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +[![npm][npm-image]][npm-url] +[![npm-downloads][npm-downloads-image]][npm-url] + +[npm-downloads-image]: https://img.shields.io/npm/dt/@code-wallet/elements.svg?style=flat +[npm-image]: https://img.shields.io/npm/v/@code-wallet/elements.svg?style=flat +[npm-url]: https://www.npmjs.com/package/@code-wallet/elements.svg + # Code SDK The Code SDK is a set of JavaScript packages that enables any web developer to integrate Code into their website or web app and easily start accepting payments for as little as 5 cents with no sign up required and just a few lines of code. From 27bdf1dab40a6b4642ab19ae471e25fa395eed41 Mon Sep 17 00:00:00 2001 From: zfedoran Date: Thu, 2 Nov 2023 13:09:06 -0400 Subject: [PATCH 2/7] added badges --- packages/client/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/client/README.md b/packages/client/README.md index 2ffc25b..929cacc 100644 --- a/packages/client/README.md +++ b/packages/client/README.md @@ -1,5 +1,12 @@ +[![npm][npm-image]][npm-url] +[![npm-downloads][npm-downloads-image]][npm-url] + +[npm-downloads-image]: https://img.shields.io/npm/dt/@code-wallet/client.svg?style=flat +[npm-image]: https://img.shields.io/npm/v/@code-wallet/client.svg?style=flat +[npm-url]: https://www.npmjs.com/package/@code-wallet/client.svg + # @code-wallet/client -The `@code-wallet/client` module provides a seamless way to create a payment +This module provides a seamless way to create a payment intent and verify payments directly from your server or client application. Whether you're building a web application or a server-side system, this module offers the tools you need to integrate with Code Wallet effectively. From 6eef47ae11f9f8d236a8f3c025d9265389abe66f Mon Sep 17 00:00:00 2001 From: zfedoran Date: Thu, 2 Nov 2023 13:09:57 -0400 Subject: [PATCH 3/7] Update README.md --- packages/elements/README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/elements/README.md b/packages/elements/README.md index 1bd7f36..500e917 100644 --- a/packages/elements/README.md +++ b/packages/elements/README.md @@ -1,5 +1,12 @@ +[![npm][npm-image]][npm-url] +[![npm-downloads][npm-downloads-image]][npm-url] + +[npm-downloads-image]: https://img.shields.io/npm/dt/@code-wallet/elements.svg?style=flat +[npm-image]: https://img.shields.io/npm/v/@code-wallet/elements.svg?style=flat +[npm-url]: https://www.npmjs.com/package/@code-wallet/elements.svg + # @code-wallet/elements -The `@code-wallet/elements` package provides the code.elements object, which you +This package provides the code.elements object, which you can utilize to embed a [Code Payments](https://codepayments.org) button seamlessly into your website or application. This client-side package has a hassle-free integration process, enabling users to complete payments using the @@ -46,4 +53,4 @@ npm install @code-wallet/elements If you have any questions or need help integrating Code into your website or application, please reach out to us on [Discord](https://discord.gg/DunN9aNS) or -[Twitter](https://twitter.com/getcode). \ No newline at end of file +[Twitter](https://twitter.com/getcode). From f41de83503246479ddd041b210ffb0bc8e81e68a Mon Sep 17 00:00:00 2001 From: zfedoran Date: Thu, 2 Nov 2023 13:10:54 -0400 Subject: [PATCH 4/7] added badges --- packages/events/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/events/README.md b/packages/events/README.md index f3c17c5..bdabaea 100644 --- a/packages/events/README.md +++ b/packages/events/README.md @@ -1,5 +1,12 @@ +[![npm][npm-image]][npm-url] +[![npm-downloads][npm-downloads-image]][npm-url] + +[npm-downloads-image]: https://img.shields.io/npm/dt/@code-wallet/events.svg?style=flat +[npm-image]: https://img.shields.io/npm/v/@code-wallet/events.svg?style=flat +[npm-url]: https://www.npmjs.com/package/@code-wallet/events.svg + # @code-wallet/events -The `@code-wallet/events` package is an internal utility designed for managing +This package is an internal utility designed for managing and broadcasting Code SDK element events. Built around the foundation of the EventChannel class, this package ensures efficient event propagation and response management within different facets of the Code platform, ranging from From 6fbbffdfb1fc2aacac2930b17829238eabb58c31 Mon Sep 17 00:00:00 2001 From: zfedoran Date: Thu, 2 Nov 2023 13:12:03 -0400 Subject: [PATCH 5/7] added badges --- packages/library/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/library/README.md b/packages/library/README.md index 457c2e3..d22545a 100644 --- a/packages/library/README.md +++ b/packages/library/README.md @@ -1,5 +1,12 @@ +[![npm][npm-image]][npm-url] +[![npm-downloads][npm-downloads-image]][npm-url] + +[npm-downloads-image]: https://img.shields.io/npm/dt/@code-wallet/library.svg?style=flat +[npm-image]: https://img.shields.io/npm/v/@code-wallet/library.svg?style=flat +[npm-url]: https://www.npmjs.com/package/@code-wallet/library.svg + # @code-wallet/library -The `@code-wallet/library` is an internal toolkit designed to support the core +This is an internal toolkit designed to support the core functionalities of the Code SDK. It has utilities ranging from currency operations to event handling and data validation used by other packages within the SDK. From 6fe6a165c7ed2660944e18dffdb656bf7578c7d2 Mon Sep 17 00:00:00 2001 From: zfedoran Date: Thu, 2 Nov 2023 13:12:54 -0400 Subject: [PATCH 6/7] added badges --- packages/mnemonic/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/mnemonic/README.md b/packages/mnemonic/README.md index e5df0e2..e0459f4 100644 --- a/packages/mnemonic/README.md +++ b/packages/mnemonic/README.md @@ -1,3 +1,10 @@ +[![npm][npm-image]][npm-url] +[![npm-downloads][npm-downloads-image]][npm-url] + +[npm-downloads-image]: https://img.shields.io/npm/dt/@code-wallet/mnemonic.svg?style=flat +[npm-image]: https://img.shields.io/npm/v/@code-wallet/mnemonic.svg?style=flat +[npm-url]: https://www.npmjs.com/package/@code-wallet/mnemonic.svg + # @code-wallet/mnemonic A TypeScript library to generate and manage cryptographic keys using mnemonics and HD (hierarchical deterministic) paths for the ED25519 curve based on the @@ -82,4 +89,4 @@ const keypair = mnemonic.toKeypair(customPath); Feel free to contribute to the library by submitting pull requests or reporting issues. ## License -This library is licensed under the MIT License. \ No newline at end of file +This library is licensed under the MIT License. From 92a1ad1e2b762f15626867b2c81d0cd091982da6 Mon Sep 17 00:00:00 2001 From: zfedoran Date: Thu, 2 Nov 2023 13:13:37 -0400 Subject: [PATCH 7/7] added badges --- packages/rpc/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/rpc/README.md b/packages/rpc/README.md index 4b820a9..2a588c8 100644 --- a/packages/rpc/README.md +++ b/packages/rpc/README.md @@ -1,5 +1,12 @@ +[![npm][npm-image]][npm-url] +[![npm-downloads][npm-downloads-image]][npm-url] + +[npm-downloads-image]: https://img.shields.io/npm/dt/@code-wallet/rpc.svg?style=flat +[npm-image]: https://img.shields.io/npm/v/@code-wallet/rpc.svg?style=flat +[npm-url]: https://www.npmjs.com/package/@code-wallet/rpc.svg + # @code-wallet/rpc -The `@code-wallet/rpc` module provides a convenient way to wrap gRPC protocol +This module provides a convenient way to wrap gRPC protocol messages into envelopes that can be seamlessly transmitted through a WebSocket proxy server. This package aids in the creation of WebSocket RPC streams for unary or bi-directional streaming gRPC methods. Additionally, this package