Skip to content

anspar/arag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arag

The official Anspar dapp builder.

example workflow example workflow

Usage documentation -> Anspar Dev page

Report bugs and get support -> Discord

Tutorials -> Youtube

Usage

Create new project

arag new <project name>

Live rendering and reloading of the project

arag show

Package the project into a single html file and remove development dependencies

arag release

Dev

arag uses crate minify-html which requires go to compile. Visit https://go.dev/ to install go

cargo run -- show

Build

cargo build --release

If necessary create arag.yml file and specify custom ipfs gateway for local development

ipfs_gateway: "https://custom/ipfs/gateway"

anspar.io