Asset Chain Academy
  • Join the Asset Chain Academy
  • MODULE 1: GETTING STARTED
    • Introduction to Asset Chain
    • Environment Setup & Installation
    • Contributing
    • Asset Chain Starter Kits
  • MODULE 2: DEVELOPER RESOURCES
    • Resources Explained
    • Cyfrin Updraft
    • Learnweb3
    • Chainlink Bootcamps
    • Alchemy University
    • Smart Contract Programmer
  • MODULE 3: BEGINNER TUTORIALS
    • Create a Token
    • Write & Deploy an NFT
    • Mint an NFT
    • Asset Chain Explorers
    • Payments
    • Building with Thirdweb
    • Mobile Apps on Asset Chain
    • ⁠ Connecting to wallet
      • Wallet Connect
  • MODULE 4: INTERMEDIATE TUTORIALS
    • Smart Contract Verification
    • MultiSig Wallet
    • Setup a node
    • Staking
    • Setting up an Indexer
    • Asset Chain Telegram Mini App Demo
  • MODULE 5: ADVANCED TUTORIALS
    • EVM-Gas-Optimizations
    • Smart Contract Audit
    • Decentralized Exchanges
    • Arbitrage Bots
    • References
Powered by GitBook
On this page
  • Web Starter Kit
  • React native (Expo) Mobile Starter Kit
  • Telegram App Starter Kit
  1. MODULE 1: GETTING STARTED

Asset Chain Starter Kits

Get started building Dapps supporting Asset Chain

PreviousContributingNextResources Explained

Last updated 6 months ago

Web Starter Kit

Download and install this repository to use as a boilerplate for building your web apps on Asset Chain. This contains all the NextJS code you need to start, as well as starter solidity contracts for smart contract development.

Also, you can run the cmd below to start a new project using the Asset Chain NextJS StarterKit:

> npx create-next-app@latest --example "https://github.com/xendfinance/assetchain-web-starterkit" [your-project-name]

React native (Expo) Mobile Starter Kit

Clone the repository below to use as a boilerplate to build Dapp on mobile using React native.

There are two templates in separate branches: the main branch contains the template for using Wagmi, while the ethers branch contains the template for using Ethers v6.

Alternatively, to start a new project using the Asset Chain React Native Starterkit, run:

> npx create-expo-app project-name --template assetchain-react-native-starterkit

Telegram App Starter Kit

Clone the repository below to use as a boilerplate to build Telegram Apps on Asset Chain using NextJS.

Alternatively, to start a new project using the Asset Chain Telegram App Starter Kit, run:

> npx create-next-app@latest --example "https://github.com/xendfinance/assetchain-telegram-demo-app" [your-project-name]