|
10 | 10 |
|
11 | 11 | # CCIP JavaScript SDK |
12 | 12 |
|
| 13 | +<div role="note" align="center" style="background:#fff4e5;border-left:4px solid #ff8c00;padding:12px;border-radius:6px;margin-bottom:16px;"> |
| 14 | + <strong>Deprecation notice:</strong> This repository is deprecated and no longer maintained. Instead please use the <a href="https://www.npmjs.com/package/@chainlink/ccip-sdk"> latest CCIP SDK here</a>. |
| 15 | +</div> |
| 16 | + |
13 | 17 | ### Start here |
14 | 18 |
|
15 | 19 | The CCIP JavaScript SDK is a monorepo for two packages: |
16 | 20 |
|
17 | | -- [`ccip-js`](/packages/ccip-js/README.md): A TypeScript library that provides a client for managing cross-chain token transfers that use Chainlink's [Cross-Chain Interoperability Protocol (CCIP)](https://docs.chain.link/ccip) routers. |
18 | | -- [`ccip-react-components`](/packages/ccip-react-components/README.md): A set of prebuilt ready-to-use React UI components. This package depends on `ccip-js`. |
| 21 | +- [`ccip-js`](/packages/ccip-js/README.md): A TypeScript library that provides a client for managing cross-chain token transfers that use Chainlink's [Cross-Chain Interoperability Protocol (CCIP)](https://docs.chain.link/ccip) routers. |
| 22 | +- [`ccip-react-components`](/packages/ccip-react-components/README.md): A set of prebuilt ready-to-use React UI components. This package depends on `ccip-js`. |
19 | 23 |
|
20 | 24 | Using both packages, you can add a fully featured CCIP bridge to your app that can be styled to match your app design. |
21 | 25 |
|
@@ -100,10 +104,10 @@ Contributions to either repos are welcome! Please open an issue or submit a pull |
100 | 104 |
|
101 | 105 | ## Resources |
102 | 106 |
|
103 | | -- [ccip-js README](./packages/ccip-js/README.md) |
104 | | -- [ccip-react-components README](./packages/ccip-react-components/README.md) |
105 | | -- [examples/nextjs README](./examples/nextjs/README.md) |
106 | | -- [Chainlink CCIP Javascript SDK Documentation](https://docs.chain.link/ccip/ccip-javascript-sdk/) |
107 | | -- [Chainlink CCIP Documentation](https://docs.chain.link/ccip) |
108 | | -- [Chainlink CCIP Directory](https://docs.chain.link/ccip/directory) |
109 | | -- [Chainlink Documentation](https://docs.chain.link/) |
| 107 | +- [ccip-js README](./packages/ccip-js/README.md) |
| 108 | +- [ccip-react-components README](./packages/ccip-react-components/README.md) |
| 109 | +- [examples/nextjs README](./examples/nextjs/README.md) |
| 110 | +- [Chainlink CCIP Javascript SDK Documentation](https://docs.chain.link/ccip/ccip-javascript-sdk/) |
| 111 | +- [Chainlink CCIP Documentation](https://docs.chain.link/ccip) |
| 112 | +- [Chainlink CCIP Directory](https://docs.chain.link/ccip/directory) |
| 113 | +- [Chainlink Documentation](https://docs.chain.link/) |
0 commit comments