Skip to content

This repository provides an example of the Coinbase WaaS integration.

License

Notifications You must be signed in to change notification settings

DakaiGroup/coinbase-waas-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coinbase WaaS Integration

Made by .

The demo application has two parts:

  • in the application folder is the react native app, which is a basic wallet
  • in the waas-inter-server folder is a backend that is using the WaaS go client library

Known issues and tips:

  • The application is using ether.js for constructing the tx-data and getting info from on-chain.
  • The application and the server is on goerli testnet.
  • To test the app with custom ERC-20 tokens, update the following list with the token addresses.
  • The API_PRIVATE_KEY needs to be between double quotes