Skip to content

manavbp/safe-network-app

 
 

Repository files navigation

SAFE Network App

Desktop app for managing the your SAFE Network applications.

Linux/OS X Windows Issues Lines of Code
Build Status LoC
MaidSafe website SAFE Dev Forum SAFE Network Forum

Building

  • git clone
  • yarn
  • yarn dev

Testing

  • SNAPP_DRY_RUN=true yarn dev

This will not write to the filesystem, but will log to the console what changes it would have made.

Applications

Applications managed by the app are defined in a json file, managedApplications.json, and each app has a structure thus:

"SAFE Browser": {
    "name": "SAFE Browser",
    "repository": "https://github.com/joshuef/safe_browser",
    "latestVersion": "0.1.0",
    "type": "userApplications"
}

Note there's no v on the version, but one is expected on the release tag.

License

This SAFE Network library is dual-licensed under the Modified BSD (LICENSE-BSD https://opensource.org/licenses/BSD-3-Clause) or the MIT license (LICENSE-MIT https://opensource.org/licenses/MIT) at your option.

Contribution

Copyrights in the SAFE Network are retained by their contributors. No copyright assignment is required to contribute to this project.

About

No description, website, or topics provided.

Resources

License

BSD-3-Clause, MIT licenses found

Licenses found

BSD-3-Clause
LICENSE-BSD
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 87.6%
  • JavaScript 10.1%
  • CSS 1.7%
  • HTML 0.6%