Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.06 KB

Arag

The official Anspar dapp builder.

example workflow example workflow

Usage documentation -> Anspar Dev page

Report bugs and get support -> Discord

Tutorials -> Youtube

Usage

arag new <project name>

live rendering and reloading of the project

arag show

package the project into a single html file, 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