Examples showcasing various features of the SAFE Network
email_app, written in NodeJS. Example application to exchange messages.
safe_web_api_playground, written in NodeJS. Application to help in exploring the web api.
web_hosting_manager, written in NodeJS. Example application to allow hosting and managing web files.
For more details and build-instructions, please check the corresponding folder's README.
To run a complete package of the email/webhosting apps, (assuming each project has their own dependencies installed) you can run:
- Run
yarnin the root examples directory - Run
yarn install-allto install and buildemail_appandweb_hosting_manager. - Use either of the commands below to separately package each app:
- Run
yarn pack:webhostingto package and zip the app with all required files (to: web_hosting_manager/release). - Run
yarn pack:emailto package and zip the app with all required files (to: email_app/out). - Alternatively, run
yarn package-allto package bothemail_appandweb_hosting_manager