safe-node-app

0.4.1 • Public • Published

safe_app_nodejs

A safe_app library for Node.js.

Maintainer: Krishna Kumar (krishna.kumar@maidsafe.net)

Linux/OS X Windows Coverage Status
Build Status Build status Coverage Status

API Documentation

The documentation for the safe_app Node.js API is available at http://docs.maidsafe.net/safe_app_nodejs/.

Development

  1. Prerequisites

    • Node.js 6.5.0 (we recommend installing it via nvm)
    • Git
    • Yarn (as a replacement for npm).
  2. Clone this GitHub repository:

    git clone https://github.com/maidsafe/safe_app_nodejs.git
  3. Install the dependencies:

    cd safe_app_nodejs
    yarn

    If you are working on a development environment, you can run NODE_ENV=dev yarn instead in order to get the safe_client libraries which use the MockVault file rather than connecting to the SAFE Network.

Testing

To run the tests locally, make sure you installed the safe_client libraries with NODE_ENV=dev yarn, then you can run them by executing yarn test.

Note: If you are compiling your own safe_app library for testing purposes, and if you want to be able to run the tests, make sure to include testing in your build features when compiling safe_app in safe_client_libs, i.e. cargo build --release --features "use-mock-routing testing".

Further Help

You can discuss development-related questions on the SAFE Dev Forum. Here's a good post to get started: How to develop for the SAFE Network.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the MaidSafe Contributor Agreement, version 1.1 (CONTRIBUTOR), shall be dual licensed as above, and you agree to be bound by the terms of the MaidSafe Contributor Agreement, version 1.1.

Readme

Keywords

none

Package Sidebar

Install

npm i safe-node-app

Weekly Downloads

1

Version

0.4.1

License

none

Last publish

Collaborators

  • hunterlester