-
Notifications
You must be signed in to change notification settings - Fork 417
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chainlink-local api ref * chainlink-local api ref * First edit pass: intro page and minor formatting stuff in API pages * Baseline architecture page + main page minor fix * Edit 1 on architecture page * Revisions round 2 * Link fix * Baseline local simulator guide * First edit pass on local simulator guide * Local simulator guide: edit round 2 plus images * Add to sidebar; formatting fix * Baseline simulator fork content plus attempted boilerplate to use PageTabs * chainlink local * add index * add index * fix formatting * fix formatting * fix formatting * fix links * fix links * fix links * hardhat guides * index * fix links * install instructions * remix * remix * remix * remix * remix * remix * contributing * video * architecture * nit * refer in CCIP * nit * edit: architecture * edit: ccip guides index pages * edit: ccip hardhat guides * edit: sidebar and ccip remix guide * edit: data feeds api pages, main intro page * edit: ccip foundry guides * edit: miscellaneous nits * nit * pin @chainlink/local version --------- Co-authored-by: Crystal Gomes <thedriftofwords@users.noreply.github.com>
- Loading branch information
1 parent
cd31d53
commit f0dd559
Showing
51 changed files
with
3,245 additions
and
18 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Binary file added
BIN
+49.6 KB
public/images/chainlink-local/ccip/remix/cciplocalsimulator-configuration.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,5 @@ | ||
// SPDX-License-Identifier: MIT | ||
pragma solidity 0.8.19; | ||
|
||
// solhint-disable no-unused-import | ||
import {CCIPLocalSimulator} from "@chainlink/local/src/ccip/CCIPLocalSimulator.sol"; |
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
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
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
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,75 @@ | ||
{ | ||
"section": "API Reference", | ||
"contents": [ | ||
{ | ||
"title": "Solidity", | ||
"url": "chainlink-local/api-reference/solidity", | ||
"children": [ | ||
{ | ||
"title": "CCIP", | ||
"url": "chainlink-local/api-reference/solidity/ccip", | ||
"children": [ | ||
{ | ||
"title": "BurnMintERC677Helper", | ||
"url": "chainlink-local/api-reference/solidity/ccip/burnminterc677helper" | ||
}, | ||
{ "title": "CCIPLocalSimulator", "url": "chainlink-local/api-reference/solidity/ccip/cciplocalsimulator" }, | ||
{ | ||
"title": "CCIPLocalSimulatorFork", | ||
"url": "chainlink-local/api-reference/solidity/ccip/cciplocalsimulatorfork" | ||
}, | ||
{ "title": "MockEvm2EvmOffRamp", "url": "chainlink-local/api-reference/solidity/ccip/mockevm2evmofframp" }, | ||
{ "title": "Register", "url": "chainlink-local/api-reference/solidity/ccip/register" } | ||
] | ||
}, | ||
{ | ||
"title": "Data Feeds", | ||
"url": "chainlink-local/api-reference/solidity/data-feeds", | ||
"children": [ | ||
{ | ||
"title": "MockOffchainAggregator", | ||
"url": "chainlink-local/api-reference/solidity/data-feeds/mockoffchainaggregator" | ||
}, | ||
{ | ||
"title": "MockV3Aggregator", | ||
"url": "chainlink-local/api-reference/solidity/data-feeds/mockv3aggregator" | ||
}, | ||
{ | ||
"title": "Interfaces", | ||
"url": "chainlink-local/api-reference/solidity/data-feeds/interfaces", | ||
"children": [ | ||
{ | ||
"title": "AggregatorInterface", | ||
"url": "chainlink-local/api-reference/solidity/data-feeds/interfaces/aggregatorinterface" | ||
}, | ||
{ | ||
"title": "AggregatorV2V3Interface", | ||
"url": "chainlink-local/api-reference/solidity/data-feeds/interfaces/aggregatorv2v3interface" | ||
}, | ||
{ | ||
"title": "AggregatorV3Interface", | ||
"url": "chainlink-local/api-reference/solidity/data-feeds/interfaces/aggregatorv3interface" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Shared", | ||
"url": "chainlink-local/api-reference/solidity/shared", | ||
"children": [ | ||
{ "title": "LinkToken", "url": "chainlink-local/api-reference/solidity/shared/linktoken" }, | ||
{ "title": "WETH9", "url": "chainlink-local/api-reference/solidity/shared/weth9" } | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "JavaScript", | ||
"url": "chainlink-local/api-reference/javascript", | ||
"children": [ | ||
{ "title": "CCIPLocalSimulatorFork", "url": "chainlink-local/api-reference/javascript/cciplocalsimulatorfork" } | ||
] | ||
} | ||
] | ||
} |
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
Oops, something went wrong.