0.0.22 • Published 4 years ago

@d-protocol/d-payments v0.0.22

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Wyre Typescript SDK

Publishing New Versions

  • Commit your changes using conventional commits eg. git commit -m "feat: added wallet integration"
  • Then run yarn new:version

    This will update your package.json will increment the version as well as update the CHANGELOG.md

  • Push your changes up to master and github actions will publish the package to github packages

Using this SDK

  • First import Wyre and initialize it once
import { Wyre, Config } from "@d-protocol/d-payments"
  • Create a config object as follows
const config: Config = {
  apiKey: "xxx",
  test: true,
}
  • Initialize Wyre
Wyre.init(config)
  • Now you can import Wyre anywhere in your project and access it's various clients
0.0.22

4 years ago

0.0.20

4 years ago

0.0.21

4 years ago

0.0.19

4 years ago

0.0.18

4 years ago

0.0.17

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago