Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@chainlink/contracts-ccip) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Chainlink CCIP Smart Contracts
Installation
# via pnpm
$ pnpm add @chainlink/contracts-ccip
# via npm
$ npm install @chainlink/contracts-ccip --save
Directory Structure
@chainlink/contracts-ccip
├── src # Solidity contracts
│ └── v0.8
└── abi # ABI json output
└── v0.8
Usage
The solidity smart contracts themselves can be imported via the src
directory of @chainlink/contracts-ccip
:
import '@chainlink/contracts-ccip/src/v0.8/ccip/applications/CCIPReceiver.sol';
License
The CCIP repo is licensed under the BUSL-1.1 license, however, there are a few exceptions