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

BuilderKit #27

Open
martineckardt opened this issue Aug 19, 2024 · 0 comments
Open

BuilderKit #27

martineckardt opened this issue Aug 19, 2024 · 0 comments
Assignees

Comments

@martineckardt
Copy link
Collaborator

martineckardt commented Aug 19, 2024

Overall Goal

The goal is to simplify getting started building a dApp on Avalanche. This dApp could be exclusively on the C-Chain, on a L1 or spanning over multiple L1s and the C-Chain. A developer should be able to easily spin up a dApp with all it's components:

  • Infrastructure: Handled by AvaCloud or the Avalanche Starter Kit. The Frontend SDK should be able to easily connect to the Fuji C-Chain, Mainnet C-Chain or a L1
  • Frontend Components: Offer simple components for common tasks, like connecting a wallet, calling a smart contract. Building on these build advanced components that are showing a bridge UI
  • Template: Simple repo that can be forked for dApps (use create-react-app?)

Frontend

  • Wallet Connect supporting all common wallets (possibly through Rainbow Kit)
  • Bridge UI
  • Token Swap
  • Precompile Components (TxAllowlist, Contract Deployer Allowlist, Native Minter, ...)

Smart Contracts

  • ICTT
  • On-Ramp?

Structure

  • Frontend-SDK and Template (see onchainkit and dapp template)
  • Used in the Avalanche Starter Kit?
  • General TS SDK replacing AvalancheJS (able to encode P-Chain Tx, ...)

Resources

Open Questions

  • Build into Avalanche starter Kit?
  • Monorepo vs separate repos for frontend and on-chain components
@martineckardt martineckardt changed the title Create dApp Template Frontend SDK / dApp Template Aug 20, 2024
@martineckardt martineckardt changed the title Frontend SDK / dApp Template BuilderKit Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants