Skip to content

Webtask.io-compatible implementation of Mobius DApp backend

Notifications You must be signed in to change notification settings

mobius-network/dapp-server-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobius DApp Server

This repo provides a default implementation of Mobius DApp backend running on Webtask.io. It exposes some generic API calls, like /balance and /charge. If your DApp frontend requires something different, you can fork this repo and extend the API up to your needs.

Install

$ git clone https://github.com/mobius-network/dapp-server-js.git
$ cd dapp-server-js
$ yarn install

Configure

# Register an account on webtask.io:
$ yarn wt profile init

# Setup a new DApp for development:
$ yarn setup

Run

# Run locally
$ yarn dev

# Open development page
$ open dev.html

# Deploy to Webtask.io
$ yarn deploy

# Deploy to Webtask.io and re-deploy on changes
$ yarn watch

About

Webtask.io-compatible implementation of Mobius DApp backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •