Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 396 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 396 Bytes

GemWallet demo

This repository contains some examples of how to use the GemWallet API.
Please refer to the GemWallet API documentation for more information about each endpoint.

Getting started

Install serve

npm install -g serve

Get into the right demo folder and run serve

cd <demo-folder>
serve

e.g.:

cd setTrustline
serve