Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dAppBooster info #14629

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions public/content/developers/docs/dapps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ A smart contract is code that lives on the Ethereum blockchain and runs exactly
- [crossmint.com](https://www.crossmint.com)
- [Documentation](https://docs.crossmint.com)
- [Discord](https://discord.com/invite/crossmint)
-
**dAppBooster _- A modern blockchain boilerplate built to quickly get you started with your next project._**

- [dAppBooster.dev](https://dappbooster.dev/)
- [Documentation](https://docs.dappbooster.dev/)
- [GitHub](https://github.com/bootnodedev/dappbooster/)

## Further reading {#further-reading}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ Un contrato inteligente es un código que reside en la blockchain de Ethereum y
- [Documentación](https://docs.crossmint.com)
- [Discord](https://discord.com/invite/crossmint)

**dAppBooster _- Un boilerplate moderno de blockchain, diseñado para empezar rápidamente con su próximo proyecto._**

- [dAppBooster.dev](https://dappbooster.dev/)
- [Documentación](https://docs.dappbooster.dev/)
- [GitHub](https://github.com/bootnodedev/dappbooster/)

## Más información {#further-reading}

- [Explorar DApps](/dapps)
Expand Down
Binary file added public/images/dev-tools/dappbooster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions src/data/externalTutorials.json
Original file line number Diff line number Diff line change
Expand Up @@ -661,5 +661,29 @@
"timeToRead": "90",
"lang": "en",
"publishDate": "04/24/2024"
},
{
"url": "https://docs.dappbooster.dev/introduction/getting-started",
"title": "Getting Started With dAppBooster",
"description": "Getting started with dAppBooster in just a few lines of code.",
"author": "BootNode",
"authorGithub": "https://github.com/bootnodedev/",
"tags": ["dapp", "vite", "typescript", "web3", "react", "frontend", "javascript", "dappbooster", "beginner"],
"skillLevel": "beginner",
"timeToRead": "15",
"lang": "en",
"publishDate": "01/08/2025"
},
{
"url": "https://docs.dappbooster.dev/recipes/my-first-dapp",
"title": "My First dApp",
"description": "This guide will walk you through developing your first dApp using dAppBooster.",
"author": "BootNode",
"authorGithub": "https://github.com/bootnodedev/",
"tags": ["dapp", "vite", "typescript", "web3", "react", "wagmi", "frontend", "javascript", "dappbooster"],
"skillLevel": "beginner",
"timeToRead": "30",
"lang": "en",
"publishDate": "01/08/2025"
}
]
4 changes: 3 additions & 1 deletion src/intl/en/page-developers-local-environment.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@
"page-local-environment-solidity-template-desc": "A GitHub template for a pre-built setup for your Solidity smart contracts. Includes a Hardhat local network, Waffle for tests, Ethers for wallet implementation, and more.",
"page-local-environment-solidity-template-logo-alt": "Solidity template logo",
"page-local-environment-waffle-desc": "The most advanced testing lib for smart contracts. Use alone or with Scaffold-eth or Hardhat.",
"page-local-environment-waffle-logo-alt": "Waffle logo"
"page-local-environment-waffle-logo-alt": "Waffle logo",
"page-local-environment-dappbooster-desc": "A modern blockchain boilerplate built to quickly get you started with your next project.",
"page-local-environment-dappbooster-logo-alt": "dAppBooster logo"
}
4 changes: 3 additions & 1 deletion src/intl/es/page-developers-local-environment.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@
"page-local-environment-solidity-template-desc": "Una plantilla de GitHub para una configuración prediseñada para sus contratos inteligentes de Solidity. Incluye una red local de Hardhat, Waffle para pruebas, Ethers para implementación de carteras, y más.",
"page-local-environment-solidity-template-logo-alt": "Logo de plantilla Solidity",
"page-local-environment-waffle-desc": "La biblioteca de pruebas más avanzada para contratos inteligentes. Úsela sola o con Scaffold-eth o Hardhat.",
"page-local-environment-waffle-logo-alt": "Logo de Waffle"
"page-local-environment-waffle-logo-alt": "Logo de Waffle",
"page-local-environment-dappbooster-desc": "Un boilerplate moderno de blockchain, diseñado para empezar rápidamente con su próximo proyecto.",
"page-local-environment-dappbooster-logo-alt": "Logo de dAppBooster"
}
12 changes: 12 additions & 0 deletions src/lib/api/ghRepoData.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Framework } from "@/lib/interfaces"

import EthDiamondBlackImage from "@/public/images/assets/eth-diamond-black.png"
import DappBooster from "@/public/images/dev-tools/dappbooster.png"
import EpirusImage from "@/public/images/dev-tools/epirus.png"
import FoundryImage from "@/public/images/dev-tools/foundry.png"
import HardhatImage from "@/public/images/dev-tools/hardhat.png"
Expand Down Expand Up @@ -108,6 +109,17 @@ const frameworksList: Array<Framework> = [
alt: "page-developers-local-environment:page-local-environment-foundry-logo-alt",
image: FoundryImage,
},
{
id: "dappbooster",
url: "https://dappbooster.dev/",
githubUrl: "https://github.com/bootnodedev/dappbooster",
background: "#ffffff",
name: "dAppBooster",
description:
"page-developers-local-environment:page-local-environment-dappbooster-desc",
alt: "page-developers-local-environment:page-local-environment-dappbooster-logo-alt",
image: DappBooster,
},
]

export const ghRepoData = async (githubUrl: string) => {
Expand Down
Loading