Desktop app for managing the your SAFE Network applications.
Linux/OS X | Windows | Issues | Lines of Code |
---|---|---|---|
MaidSafe website | SAFE Dev Forum | SAFE Network Forum |
---|
git clone
yarn
yarn dev
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 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.
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.
Copyrights in the SAFE Network are retained by their contributors. No copyright assignment is required to contribute to this project.