Skip to content

swiesend/safe-web-app-imba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

safe-web-app-imba

A small TODO-app with CRUD capabilities for testing out Imba for the SAFE Network from Maidsafe.

Safe Browser - TODO App with Imba

Getting started

# install dependencies
npm install
# start webpack-dev-server and compiler
npm run dev

Open in any browser:

http://localhost:8080/

Running in Production - SAFE Network

  1. Update your IP Address for the test network.

  2. Download and open the Safe Brower

safe-browser
  1. Enter your SAFE Network credentials

  2. Put the app into production mode

Set production=true in the last line of src/client.imba:

Imba.mount <App[{items: null}] production=true>

Run the app:

# start webpack-dev-server and compiler
npm run dev

Open in the Safe Browser:

http://localhost:8080/

Development

Check out the SAFE Dev Forum to come in contact with other community members:

And check the Tutorials for app development for the SAFE Network:

https://hub.safedev.org/docs/

About

A CRUD example for the SAFE Network with Imba

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •