-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(sdk-coin-tao): add sdk skeleton #5360
Conversation
95d9c87
to
d618991
Compare
modules/sdk-coin-tao/README.md
Outdated
|
||
const sdk = new BitGoAPI(); | ||
|
||
sdk.register('apt', Apt.createInstance); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong coin in this register function?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1.
"@bitgo/sdk-core": "^28.19.0", | ||
"@bitgo/statics": "^50.18.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in #5364
modules/sdk-coin-tao/README.md
Outdated
|
||
```javascript | ||
import { BitGoAPI } from '@bitgo/sdk-api'; | ||
import { Apt } from '@bitgo/sdk-coin-tao'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong coin here too.
modules/sdk-coin-tao/README.md
Outdated
|
||
const sdk = new BitGoAPI(); | ||
|
||
sdk.register('apt', Apt.createInstance); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1.
4c37659
Ticket: WIN-4293