philogicae / alephim-fullstack-dapp-example

Build and deploy fullstack dapp on Aleph.im / TwentySix

Home Page:https://aleph-dapp.binaryeyelabs.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aleph.im Fullstack Dapp Example

Getting Started

This repository is a showcase for Aleph.im - TwentySix, a decentralized cloud platform allowing you to deploy dapps, "serverless" functions, VM instances... So basically anything!

Live deployment:

Dapp Stack

Requirements

Clone & install

git clone https://github.com/philogicae/alephim-fullstack-dapp-example.git
pnpm install
pnpm run pip-install

Development

# Only frontend
pnpm run dev

# Test frontend + API
pnpm run build
pnpm run dev-api

Deployment

# Without pip dependencies
pnpm run build
pnpm run deploy

# With pip dependencies
pnpm run build
pnpm run pip-build
pnpm run pip-upload
pnpm run deploy-with-pip

Add custom domain

pnpm run set-domain

About

Build and deploy fullstack dapp on Aleph.im / TwentySix

https://aleph-dapp.binaryeyelabs.xyz

License:MIT License


Languages

Language:TypeScript 78.9%Language:Python 12.9%Language:Shell 3.8%Language:JavaScript 2.4%Language:CSS 1.9%