An example application to demonstrate uploading file to the Safe network
NodeJs should be installed
##Dependency
Build the Safe_ffi rust code to generate a dynamic library.
Place the library in the src/scripts/safe_api
folder
After cloning the repository, install npm and bower dependencies.
$ npm install
$ bower install
Rebuild the native dependencies with electron-rebuild by executing, ./node_modules/.bin/electron-rebuild
$ npm start
$ npm run build-win
$ npm run build-linux
$ npm run build-osx
npm run build-{platform}
will build the project for 64bit binaries
Builds the app for OS X, Linux, and Windows, using electron-packager.