https://github.com/kaonone/chama-passport-apps
POC
https://github.com/kaonone/chama-passport-apps
Last synced: 2 months ago
JSON representation
POC
- Host: GitHub
- URL: https://github.com/kaonone/chama-passport-apps
- Owner: kaonone
- Created: 2019-02-26T14:06:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T21:59:39.000Z (about 6 years ago)
- Last Synced: 2025-01-24T06:12:45.899Z (4 months ago)
- Language: JavaScript
- Size: 539 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).