Skip to content

Breakpoint-341/cardano-wallet-functions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cardano Wallet Functions

Common functions for the cardano-wallet backend

Methods implemented

  • getNetworkSyncState
  • createWallet (and generate mnemonic)
  • getWalletSnapshot
  • getWalletAssets
  • getAccountPublicKey

Troubleshooting CORS

If you are cloning the repo and running in local environment then you are likely to get errors related to CORS. To solve it you should run a local proxy server

lcp --proxyUrl https://cnode.dynamicstrategies.io:8010/v1/graphql

And then you should point all your graphQL API queries to

http://localhost:8010/proxy

The issue with CORS is well explained here

Link

About

Common functions for the cardano-wallet backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.0%
  • HTML 24.0%
  • CSS 13.0%