Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dappnode/sdk-publish

Web app to execute DAppNode Package publish transaction
https://github.com/dappnode/sdk-publish

Last synced: 9 days ago
JSON representation

Web app to execute DAppNode Package publish transaction

Awesome Lists containing this project

README

        

# SDK Publish

This tool is part of the [DAppNode Software Development Kit
(dappnodesdk)](https://github.com/dappnode/DAppNodeSDK) and allows to sign DAppNode package release transactions
with Metamask.

[Open SDK Pubish web app tool](https://dappnode.github.io/sdk-publish/)

### Pre-filled URL

To generate a pre-filled URL with the parameters to publish a release transaction install [`@dappnode/dappnodesdk`](https://github.com/dappnode/DAppNodeSDK)

Sample URL:

`https://dappnode.github.io/sdk-publish/?r=dappnodesdk.public.dappnode.eth&v=0.1.0&h=%2Fipfs%2FQmeam6LUYonZxNuEa5uCKJmMasVSnnCf3wc7KzUuQBf2Fd&d=0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B`

which has URL search params (URI encoded):

```
r: dappnodesdk.public.dappnode.eth
v: 0.1.0
h: /ipfs/Qmeam6LUYonZxNuEa5uCKJmMasVSnnCf3wc7KzUuQBf2Fd
d: 0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B
```