-
Notifications
You must be signed in to change notification settings - Fork 42
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
[PSDK-119] Initial README #14
Conversation
f56892f
to
60c8f66
Compare
60c8f66
to
9d64b9d
Compare
Approved review 2061877296 from erdimaden is now dismissed due to new commit. Re-request for approval.
After running `npx ts-node` to start the REPL, you can import the SDK as follows: | ||
|
||
```typescript | ||
import { Coinbase } from '@coinbase/coinbase-sdk'; |
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.
Wouldn't they also need to do npm install
?
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.
The assumption made was that the developer would do npm install
above in their project and run the Repl from there. If that is unclear, I can update! @yuga-cb
```bash | ||
npm install @coinbase/coinbase-sdk | ||
``` | ||
|
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.
add yarn option?
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.
added in most recent commit!
What changed? Why?
Qualified Impact