An open API service indexing awesome lists of open source software.

https://github.com/kaonone/chama-passport-apps

POC
https://github.com/kaonone/chama-passport-apps

Last synced: 2 months ago
JSON representation

POC

Awesome Lists containing this project

README

        

# chama-passport

POC

- - -

## Build & deploy

1. `aragon devchain`
1. `aragon ipfs`
1. `aragon run --debug --kit Kit --kit-init @ARAGON_ENS` (add `--no-client` to disable browser opening)
- Also there is a little faster way but is's has bugs/problems and ipfs is needed yet: `npm run start:aragon:http -- --kit Kit --kit-init @ARAGON_ENS`.

_Or one cmd for all: `aragon run --debug --kit Kit --kit-init @ARAGON_ENS`._

Then get app-address from output and attach the app into another DAO with `dao install {0xDAOaddr} passport` (here `passport` is app-address).