Asset Chain Starter Kits
Get started building Dapps supporting Asset Chain
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.
Unexpected error with integration github-files: Integration is not installed on this space
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.
Unexpected error with integration github-files: Integration is not installed on this space
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.
Unexpected error with integration github-files: Integration is not installed on this space
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]
Last updated