Skip to content

Sample implementation of Shuttle One Developer API in ReactJS

Notifications You must be signed in to change notification settings

blockdevsasia/shuttleonedemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shuttle One Developer API demo

Description

Shows sample implementation of Shuttle One Developer API. For more info about shuttle one, you can go to their website


Installation

  • Clone this repository
  • yarn
  • yarn start

Notes

  • Check out your logs to see the exact response from the API server
  • If you do topup rightaway after doing KYC, it might prevent you from doing so because the API returns
{
	"code" : 1,
	"data" : "KYC This wallet  first"
}

Wait for a while and try to top up again

  • You might encounter CORS errors, i havent managed it here but I installed the Moesif CORS extension in Chrome
  • The codebase interacts with Philippine Peso (PHP) you can do your own implementations as you wish :)
  • This app is made with RimbleUI. Aside from its components library, they are guidelines on dApp design and UX which is really helpful in making your dApps.

About

Sample implementation of Shuttle One Developer API in ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published