Web 2.0 server for Web 3.0 APM hosted dApps
dapp.aragonpm.com
-> serves content from latest version of dapp.aragonpm.eth in the mainnetdapp.rinkeby.aragonpm.com
-> serves content from latest version of dapp.aragonpm.eth in rinkeby (requires setting ENS address)1.2.3.dapp.aragonpm.com
-> serves version 1.2.3 of dappvoting.aragonpm.com/?json=true
-> serves json with all versions of voting.aragonpm.eth with smart contract addresses and contentURIsvoting.aragonpm.com/?json=true&version=1.2.3
-> serves version information for voting.aragonpm.eth 1.2.3
- Use the docker image to deploy to your hosting service of choice and configure it for your registry
- v1: HTTP serve contentURI of a given package, for different networks and versions.
- v2: JSON API
- v3: DNS gateway like ipfs-gateway, that would allow just running 1 instance of
apm-serve
and people being able to serve registries or specific content just by configuring DNS.