luisalrp / dappnode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text DAppNode for Internxt Core

Installation

With package's name or ipfs direction you could install it using two diferents methods:

Build package

You must have installed dappnodesdk tool to continue.

Run the following commad to build the new DApp package:

    > dappnodesdk build

Publish package

Run the following commad to publish the new DApp package:

    > RELEASE_TYPE=$RELEASE_TYPE \
      DEVELOPER_ADDRESS=$DEVELOPER_ADDRESS \
      dappnodesdk publish

About


Languages

Language:Shell 77.7%Language:Dockerfile 22.3%