项目作者: MainframeOS

项目描述 :
Swarm manifest creation and edition tool
高级语言: JavaScript
项目地址: git://github.com/MainframeOS/swarm-explorer.git
创建时间: 2018-10-15T14:48:51Z
项目社区:https://github.com/MainframeOS/swarm-explorer

开源协议:MIT License

下载


Swarm Explorer

Swarm manifest creation and edition tool.

Usage

Latest version is deployed with hash 19bbb8f61dac4c74e1ef7c20c9b439ab41446e23a3bc8de8f050c52b13c5ec81 - access it using Swarm gateways.

Examples

Development

This app is created using Create React App. It requires node v8+ with npm to be installed.

The following scripts are exposed:

  • npm install to install the dependencies (must be done first).
  • npm start to run the app locally and watch for changes.
  • npm run-script build to build the assets into the build folder.
  • npm run-script upload to upload the assets to the local Swarm node.
  • npm run-script deploy to run the build and upload scripts.

Publishing a new version

  1. Run npm run-script deploy to build and upload the contents to the local Swarm node.
  2. Use the returned hash to access the app using the bzz protocol.

License

MIT.\
See LICENSE file.