Skip to content

Commit c3acff1

Browse files
authored
Merge pull request #12 from smartcontractkit/zp-readmeupdate
Add CCIP starter kits. Refactor UI so its organized, standardized si…
2 parents 1c160df + 4112c8c commit c3acff1

File tree

1 file changed

+98
-16
lines changed

1 file changed

+98
-16
lines changed

README.md

Lines changed: 98 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,105 @@ Your smart contracts.
1313

1414
> Click on the images below to go to their github repo!
1515
16-
## Active Repos
16+
## Active Starter Kits
1717

18-
| | | |
19-
| :--------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------: |
20-
| [![Chainlink Hardhat](./img/chainlink-hardhat.png)](https://github.com/smartcontractkit/hardhat-starter-kit) <h3>Hardhat</h3> Javascript & Solidity | [![Chainlink Foundry](./img/chainlink-foundry.png)](https://github.com/smartcontractkit/foundry-starter-kit) <h3>Foundry</h3> Solidity & Solidity |
21-
| [![Chainlink Solana](./img/chainlink-solana.png)](https://github.com/smartcontractkit/solana-starter-kit) <h3>Anchor</h3> Javascript & Rust (Solana) | [![Chainlink Hardhat](./img/chainlink-hardhat-typescript.png)](https://github.com/smartcontractkit/hardhat-starter-kit/tree/typescript) <h3>Hardhat (Typescript)</h3> Typescript & Solidity | [![Chainlink Apeworx](./img/chainlink-apeworx.png)](https://github.com/smartcontractkit/apeworx-starter-kit) <h3>Apeworx</h3> Python & Vyper |
22-
| [![Chainlink Huff](./img/chainlink-huff.png)](https://github.com/smartcontractkit/huff-starter-kit) <h3>Foundry (Huff) </h3> Huff & Solidity | [![Chainlink Truffle](./img/chainlink-truffle.png)](https://github.com/smartcontractkit/truffle-starter-kit) <h3>Truffle</h3> Javascript & Solidity | [![Chainlink Cairo](./img/chainlink-cairo.png)](https://github.com/smartcontractkit/cairo-starter-kit) <h3>Hardhat (Starknet)</h3> Cairo |
18+
<table style="width:100%; text-align:center;">
19+
<tr style="vertical-align: top;">
20+
<td width="20%">
21+
<a href="https://github.com/smartcontractkit/ccip-starter-kit-hardhat" style="text-decoration: none;">
22+
<img src="./img/chainlink-hardhat.png" alt="CCIP Hardhat" width="60">
23+
<h4 style="margin: 5px 0;">CCIP Hardhat</h4>
24+
<div style="font-size: 12px;">Javascript & Solidity</div>
25+
</a>
26+
</td>
27+
<td width="20%">
28+
<a href="https://github.com/smartcontractkit/ccip-starter-kit-foundry" style="text-decoration: none;">
29+
<img src="./img/chainlink-foundry.png" alt="CCIP Foundry" width="60">
30+
<h4 style="margin: 5px 0;">CCIP Foundry</h4>
31+
<div style="font-size: 12px;">Solidity & Solidity</div>
32+
</a>
33+
</td>
34+
<td width="20%">
35+
<a href="https://github.com/smartcontractkit/hardhat-starter-kit" style="text-decoration: none;">
36+
<img src="./img/chainlink-hardhat.png" alt="Chainlink Hardhat" width="60">
37+
<h4 style="margin: 5px 0;">Chainlink Hardhat</h4>
38+
<div style="font-size: 12px;">Javascript & Solidity</div>
39+
</a>
40+
</td>
41+
<td width="20%">
42+
<a href="https://github.com/smartcontractkit/hardhat-starter-kit/tree/typescript" style="text-decoration: none;">
43+
<img src="./img/chainlink-hardhat-typescript.png" alt="Chainlink Hardhat Typescript" width="60">
44+
<h4 style="margin: 5px 0;">Chainlink Hardhat (TS)</h4>
45+
<div style="font-size: 12px;">Typescript & Solidity</div>
46+
</a>
47+
</td>
48+
<td width="20%">
49+
<a href="https://github.com/smartcontractkit/foundry-starter-kit" style="text-decoration: none;">
50+
<img src="./img/chainlink-foundry.png" alt="Chainlink Foundry" width="60">
51+
<h4 style="margin: 5px 0;">Chainlink Foundry</h4>
52+
<div style="font-size: 12px;">Solidity & Solidity</div>
53+
</a>
54+
</td>
55+
</tr>
56+
<tr style="vertical-align: top;">
57+
<td width="20%">
58+
<a href="https://github.com/smartcontractkit/solana-starter-kit" style="text-decoration: none;">
59+
<img src="./img/chainlink-solana.png" alt="Chainlink Solana" width="60">
60+
<h4 style="margin: 5px 0;">Chainlink Solana</h4>
61+
<div style="font-size: 12px;">Javascript & Rust</div>
62+
</a>
63+
</td>
64+
<td width="20%">
65+
<a href="https://github.com/smartcontractkit/apeworx-starter-kit" style="text-decoration: none;">
66+
<img src="./img/chainlink-apeworx.png" alt="Chainlink Apeworx" width="60">
67+
<h4 style="margin: 5px 0;">Apeworx</h4>
68+
<div style="font-size: 12px;">Python & Vyper</div>
69+
</a>
70+
</td>
71+
<td width="20%">
72+
<a href="https://github.com/smartcontractkit/huff-starter-kit" style="text-decoration: none;">
73+
<img src="./img/chainlink-huff.png" alt="Chainlink Huff" width="60">
74+
<h4 style="margin: 5px 0;">Foundry (Huff)</h4>
75+
<div style="font-size: 12px;">Huff & Solidity</div>
76+
</a>
77+
</td>
78+
<td width="20%">
79+
<a href="https://github.com/smartcontractkit/truffle-starter-kit" style="text-decoration: none;">
80+
<img src="./img/chainlink-truffle.png" alt="Chainlink Truffle" width="60">
81+
<h4 style="margin: 5px 0;">Truffle</h4>
82+
<div style="font-size: 12px;">Javascript & Solidity</div>
83+
</a>
84+
</td>
85+
<td width="20%">
86+
<a href="https://github.com/smartcontractkit/cairo-starter-kit" style="text-decoration: none;">
87+
<img src="./img/chainlink-cairo.png" alt="Chainlink Cairo" width="60">
88+
<h4 style="margin: 5px 0;">Hardhat (Starknet)</h4>
89+
<div style="font-size: 12px;">Cairo</div>
90+
</a>
91+
</td>
92+
</tr>
93+
</table>
2394

2495
## Deprecated Repos
2596

26-
<div style="display: inline-block;">
27-
<a href="https://github.com/smartcontractkit/dapptools-starter-kit" target="_blank">
28-
<img src="./img/chainlink-dapptools.png" width="100" alt="Chainlink Dapptools logo">
29-
</a>
30-
</div>
31-
<div style="display: inline-block;">
32-
<a href="https://github.com/smartcontractkit/chainlink-mix" target="_blank">
33-
<img src="./img/chainlink-brownie.png" width="100" alt="Chainlink Dapptools logo">
34-
</a>
35-
</div>
97+
<table style="width:100%; text-align:center;">
98+
<tr style="vertical-align: top;">
99+
<td width="20%">
100+
<a href="https://github.com/smartcontractkit/dapptools-starter-kit" target="_blank" style="text-decoration: none;">
101+
<img src="./img/chainlink-dapptools.png" width="60" alt="Chainlink Dapptools logo">
102+
<h4 style="margin: 5px 0;">DappTools</h4>
103+
<div style="font-size: 12px;">Solidity & Haskell</div>
104+
</a>
105+
</td>
106+
<td width="20%">
107+
<a href="https://github.com/smartcontractkit/chainlink-mix" target="_blank" style="text-decoration: none;">
108+
<img src="./img/chainlink-brownie.png" width="60" alt="Chainlink Mix logo">
109+
<h4 style="margin: 5px 0;">Chainlink Mix</h4>
110+
<div style="font-size: 12px;">Python & Solidity</div>
111+
</a>
112+
</td>
113+
<td width="20%"></td>
114+
<td width="20%"></td>
115+
<td width="20%"></td>
116+
</tr>
117+
</table>

0 commit comments

Comments
 (0)