aragon / aragon-bare-boilerplate

Bare boilerplate for Aragon applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aragon Bare Boilerplate

🕵️ Find more boilerplates using GitHub | Official boilerplates

Bare boilerplate for Aragon applications.

This boilerplate only includes the contract interfaces and @aragon/client, along with the two required application manifests: manifest.json and arapp.json.

This boilerplate is ideal for building applications that do not use React

Usage

aragon init foo.aragonpm.test bare

What's in the box?

npm Scripts

  • test: Runs your Truffle tests
  • build: Compiles your contracts
  • start: Runs your app locally
  • deploy: Deploys your app smart contract to a local chain
  • publish: Publishes a new version of your app

Libraries

About

Bare boilerplate for Aragon applications

License:MIT License


Languages

Language:JavaScript 61.8%Language:Solidity 36.9%Language:HTML 1.2%