Skip to content
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

import { Coinbase, Wallet } from "@coinbase/coinbase-sdk"; // Paste in your API key name and private key const apiKeyName = "Copy your API Key name here"; const privateKey = "Copy your API Key's private key here"; const coinbase = new Coinbase({ apiKeyName: apiKeyName, privateKey: privateKey }); #516

Open
its2badwespend opened this issue Jan 16, 2025 · 1 comment

Comments

@its2badwespend
Copy link

https://github.com/nvm-sh/nvm/blob/v0.40.1/install.sh#L61-L112

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants
@its2badwespend and others