Skip to content

Commit

Permalink
updated for apeworx
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAlphaC committed Aug 2, 2022
1 parent 8465d2a commit 6f1149e
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 21 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.vscode
.env

This comment has been minimized.

Copy link
@Rayla1

Rayla1 Nov 15, 2022

Yup

This comment has been minimized.

Copy link
@Rayla1
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
[submodule "solana-starter-kit"]
path = solana-starter-kit
url = https://github.com/smartcontractkit/solana-starter-kit
[submodule "apeworx-starter-kit"]

This comment has been minimized.

Copy link
@Rayla1

Rayla1 Nov 15, 2022

This one

This comment has been minimized.

Copy link
@Rayla1

Rayla1 Nov 15, 2022

Hop

path = apeworx-starter-kit
url = https://github.com/smartcontractkit/apeworx-starter-kit
[submodule "dapptools-starter-kit"]
path = dapptools-starter-kit
url = https://github.com/smartcontractkit/dapptools-starter-kit
Expand Down
40 changes: 19 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,29 @@
# starter-kits
A repo of starter kits for working with various languages and frameworks across the smart contract ecosystem.

These are smart contract frameworks are template repos for your smart contract development journey. They are systems to help you:

1. Test
2. Deploy
3. Interact with
4. Maintain

Your smart contracts.

## Active Repos

<br/>
<div styles="flex: 1 1 0%; flex-wrap: wrap;">
<a href="https://github.com/smartcontractkit/chainlink-mix" target="_blank">
<img src="./img/chainlink-brownie.png" width="225" alt="Chainlink Brownie logo">
</a>
<a href="https://github.com/smartcontractkit/hardhat-starter-kit" target="_blank">
<img src="./img/chainlink-hardhat.png" width="225" alt="Chainlink Hardhat logo">
</a>
<a href="https://github.com/smartcontractkit/foundry-starter-kit" target="_blank">
<img src="./img/chainlink-foundry.png" width="225" alt="Chainlink Foundry logo">
</a>
<a href="https://github.com/smartcontractkit/solana-starter-kit" target="_blank">
<img src="./img/chainlink-solana.png" width="225" alt="Chainlink Solana logo">
</a>
<a href="https://github.com/smartcontractkit/hardhat-starter-kit/tree/typescript" target="_blank">
<img src="./img/chainlink-hardhat-typescript.png" width="225" alt="Chainlink Hardhat Typescript logo">
</a>
</div>
<br/>



| | | |
|:------------------------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------------:|
| [![Chainlink Mix](./img/chainlink-brownie.png)](https://github.com/smartcontractkit/chainlink-mix) <h3>Brownie</h3> Python & Solidity | [![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 |
| [![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 |


## Deprecated Repos

<br/>

<div styles="flex: 1 1 0%; flex-wrap: wrap;">
<a href="https://github.com/smartcontractkit/dapptools-starter-kit" target="_blank">
<img src="./img/chainlink-dapptools.png" width="100" alt="Chainlink Dapptools logo">
Expand All @@ -34,4 +32,4 @@ A repo of starter kits for working with various languages and frameworks across
<img src="./img/chainlink-truffle.png" width="100" alt="Chainlink Truffle logo">
</a>
</div>
<br/>

1 change: 1 addition & 0 deletions apeworx-starter-kit
Submodule apeworx-starter-kit added at 1f313b
Binary file added img/chainlink-apeworx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6f1149e

Please sign in to comment.