Skip to content

alephium/expo-dapp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My React Native dApp (WIP)

This template monorepo was designed to provide a developer-friendly experience to Alephium ecosystem newcomers. It is split into 2 parts:

  • app: contains the React Native part of the dApp
  • contracts: contains the dApp contracts

It uses yarn workspaces to manage both app and contract projects from the monorepo root.

Local development

To get started quickly, follow these steps:

Set up a devnet

Start a local devnet for testing and development. Please refer to the Getting Started documentation.

Install dependencies

yarn install

Compile the contracts

yarn compile

Deploy the contracts

yarn deploy

Build the contracts package

yarn build:contracts

Run the app

yarn start

Install an Alephium wallet

Download an Alephium wallet, and connect it to your devnet dApp.

Testnet, Mainnet, and More

You could use yarn workspace to run commands in the contracts or app directory.

yarn <my-contracts|my-dapp> <command>

You could also get some testnet tokens from the Faucet.

To learn more about smart contract development on Alephium, take a look at the documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published