Skip to content

Repository for the Liquidity Network hacking session at BDLT19 summer school

Notifications You must be signed in to change notification settings

liquidity-network/nocust-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liquidity Browser App Example

Super simple one-click browser wallet, transferring coins over a NOCUST hub.

How to get started ?

Simply clone this repo and open index.html with your browser to open the app. All necessary dependencies are bundled in bundle.js, required constants such as hub addresses and end-points are already available in settings.js.

Complete the files bob.js and alice.js.

Documentation of the nocust library: http://docs.liquidity.network

To get some test funds (Rinkeby) run the command:

curl -X POST --data '{"address": "<Public key>"}' -H 'Content-Type: application/json' https://rinkeby-faucet.liquidity.network

Replace <Public key> by your Ethereum address to receive 0.0001 commit-chain ETH (The address needs to be registered with commit chain).

Good luck!

About

Repository for the Liquidity Network hacking session at BDLT19 summer school

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published