Linux/OS X | Windows |
---|---|
MaidSafe website | SAFE Dev Forum | SAFE Network Forum |
---|
The development dependency of this project is Node.js v6.5.0. Build safe_core version 0.23.0 with the mock Routing feature:
cargo build --release --features use-mock-routing
then copy the resulting shared library (safe_core.dll
for Windows, libsafe_core.so
for Linux or libsafe_core.dylib
for OS X) to the app/ffi
folder of this project.
The launcher can be developed/tested only with ffi with mock feature or by running a local network only.
npm install
Native dependencies ffi
and ref
have be rebuilt using electron-rebuild
$ npm run rebuild-native
Run this two commands simultaneously in different console tabs.
$ npm run hot-server
$ npm run start-hot
or run two servers with one command
npm run dev
To make ready for distribution package use command based on the platform:
$ npm run package
this will generate the package files in the release
folder.
Licensed under either of
- the MaidSafe.net Commercial License, version 1.0 or later (LICENSE)
- the General Public License (GPL), version 3 (COPYING or http://www.gnu.org/licenses/gpl-3.0.en.html)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the MaidSafe Contributor Agreement (CONTRIBUTOR), shall be dual licensed as above, and you agree to be bound by the terms of the MaidSafe Contributor Agreement.