Skip to content

Commit

Permalink
Update hackathon resource and dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
owans committed Nov 29, 2024
1 parent 79f04b3 commit 25e6ac0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/02-developers/04-quickstart/dynamic.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
section_position: 400
sidebar_label: Dynamic
title: Dynamic Starter Kit
description: "The Rootstock Dynamic Starter Kit uses the wagmi library for faster integration of Web3 features into a Next.js application. Using wagmi hooks, you can connect to wallets, retrieve balances, transfer tokens, and sign messages."
description: "The Rootstock Dynamic Starter Kit uses the wagmi library for faster integration of Web3 features into a Next.js application. It uses Wagmi hooks, ability to connect to wallets, retrieve balances, transfer tokens, and sign messages."
tags: [rsk, Dynamic, developers, Kit, rootstock, Starter, dApps, smart contracts]
---

Expand Down
19 changes: 10 additions & 9 deletions docs/04-resources/07-hackathon/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,13 @@ For more information on specific requirements for developing on Rootstock, Visit

| Quickstart Kits/Sections | Description | Prerequisites | Action |
|---------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------|----------------------------|
| **Wagmi Starter Kit** | This starter kit provides a foundation for building decentralized applications (dApps) on the Rootstock blockchain using React, Wagmi, and Shadcn libraries. | Basic understanding of React and Web3.js | [Use the Kit](https://dev.rootstock.io/developers/quickstart/wagmi/) |
| **Hardhat Starter Kit** | Smart Contract examples, Tests, Deployments, and Tasks for Common ERC Standards (ERC20, ERC721, ERC1155).| Familiarity with Hardhat, Solidity, and ERC standards | [Use the Kit](https://dev.rootstock.io/developers/quickstart/hardhat/) |
| **Account Abstraction Kit** | Account Abstraction Starter dApp using Etherspot. | Knowledge of account abstraction and Etherspot | [Use the Kit](https://dev.rootstock.io/developers/quickstart/rootstock-etherspot/) |
| **dApp Automation with Cucumber** | Learn how to automate dApps using Cucumber Agile Automation Framework. | Basic understanding of automation frameworks like Cucumber | [Automate dApps](https://dev.rootstock.io/resources/tutorials/dapp-automation-cucumber/) |
| **RIF Relay Starter Kit** | Starter kit to develop on RIF Relay. | Understanding of RIF Relay and smart contracts | [Use the Kit](https://dev.rootstock.io/developers/integrate/rif-relay/sample-dapp/) |
| **Get Started with The Graph** | Easily query on-chain data through a decentralized network of indexers. | Familiarity with querying on-chain data and The Graph protocol | [Get Started](https://dev.rootstock.io/dev-tools/thegraph/) |
| **Get Started with Web3.py** | Get started with deploying and interacting with smart contracts on Rootstock using Web3.py. | Knowledge of Python and Web3.py | [Get Started](https://dev.rootstock.io/developers/quickstart/web3-python/) |
| **Port an Ethereum dApp to Rootstock** | Learn how to port an Ethereum dApp to Rootstock. | Experience with Ethereum dApp development | [Get Started](https://dev.rootstock.io/resources/port-to-rootstock/ethereum-dapp/) |
| **Deploy, Interact and Verify Smart Contracts using Remix and Rootstock Explorer** | In this guide, we will use the Remix IDE to write, compile, deploy, interact, and verify a smart contract on the Rootstock Explorer. | Familiarity with Remix IDE and smart contract basics | [Use Remix](https://dev.rootstock.io/developers/quickstart/remix/) |
| **Wagmi Starter Kit** | This starter kit provides a foundation for building decentralized applications (dApps) on the Rootstock blockchain using React, Wagmi, and Shadcn libraries. | Basic understanding of React and Web3.js. | [Use the Kit](/developers/quickstart/wagmi/) |
| **Dynamic Starter Kit** | The Rootstock Dynamic Starter Kit uses the wagmi library for faster integration of Web3 features into a Next.js application. It uses Wagmi hooks, ability to connect to wallets, retrieve balances, transfer tokens, and sign messages.| Basic understanding of React, Web3.js and Next.js. | [Use the Kit](/developers/quickstart/dynamic/) |
| **Hardhat Starter Kit** | Smart Contract examples, Tests, Deployments, and Tasks for Common ERC Standards (ERC20, ERC721, ERC1155).| Familiarity with Hardhat, Solidity, and ERC standards | [Use the Kit](/developers/quickstart/hardhat/) |
| **Account Abstraction Kit** | Account Abstraction Starter dApp using Etherspot. | Knowledge of account abstraction and Etherspot | [Use the Kit](/developers/quickstart/rootstock-etherspot/) |
| **dApp Automation with Cucumber** | Learn how to automate dApps using Cucumber Agile Automation Framework. | Basic understanding of automation frameworks like Cucumber | [Automate dApps](/resources/tutorials/dapp-automation-cucumber/) |
| **RIF Relay Starter Kit** | Starter kit to develop on RIF Relay. | Understanding of RIF Relay and smart contracts | [Use the Kit](/developers/integrate/rif-relay/sample-dapp/) |
| **Get Started with The Graph** | Easily query on-chain data through a decentralized network of indexers. | Familiarity with querying on-chain data and The Graph protocol | [Get Started](/dev-tools/data/thegraph/) |
| **Get Started with Web3.py** | Get started with deploying and interacting with smart contracts on Rootstock using Web3.py. | Knowledge of Python and Web3.py | [Get Started](/developers/quickstart/web3-python/) |
| **Port an Ethereum dApp to Rootstock** | Learn how to port an Ethereum dApp to Rootstock. | Experience with Ethereum dApp development | [Get Started](/resources/port-to-rootstock/ethereum-dapp/) |
| **Deploy, Interact and Verify Smart Contracts using Remix and Rootstock Explorer** | In this guide, we will use the Remix IDE to write, compile, deploy, interact, and verify a smart contract on the Rootstock Explorer. | Familiarity with Remix IDE and smart contract basics | [Use Remix](/developers/quickstart/remix/) |

0 comments on commit 25e6ac0

Please sign in to comment.