-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #127 from coinbase/v0.0.14
V0.0.14
- Loading branch information
Showing
285 changed files
with
4,309 additions
and
1,349 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Capabilities | ||
|
||
The Coinbase SDK has different capabilities for different wallet types and networks. This page summarizes | ||
those capabilities for the NodeJS SDK: | ||
|
||
## Developer Wallets | ||
|
||
| Concept | Base-Sepolia | Base-Mainnet | Ethereum-Holesky | Ethereum-Mainnet | | ||
| ------------- | :----------: | :----------: | :--------------: | :--------------: | | ||
| Addresses | ✅ | ✅ | ✅ | ✅ | | ||
| Send | ✅ | ✅ | ✅ | ❌ | | ||
| Trade | ❌ | ✅ | ❌ | ❌ | | ||
| Faucet | ✅ | ❌ | ✅ | ❌ | | ||
| Server-Signer | ✅ | ✅ | ❌ | ❌ | | ||
| Stake [^1] | ❌ | ❌ | ✅ | ✅ | | ||
|
||
[^1]: Currently only available for Shared ETH Staking. | ||
|
||
## End-User Wallets | ||
|
||
| Concept | Base-Sepolia | Base-Mainnet | Ethereum-Holesky | Ethereum-Mainnet | | ||
| ------------------ | :----------: | :----------: | :--------------: | :--------------: | | ||
| External Addresses | ✅ | ✅ | ✅ | ✅ | | ||
| Stake [^2] | ❌ | ❌ | ✅ | ✅ | | ||
|
||
[^2]: Dedicated ETH Staking is currently only available on Testnet (Ethereum-Holesky). | ||
|
||
## Testnet vs. Mainnet | ||
|
||
The Coinbase SDK supports both testnets and mainnets. | ||
|
||
- Testnets are for building and testing applications. Funds are not real, and you can get test currencies from a faucet. | ||
- Mainnet is where the funds, contracts and applications are real. | ||
|
||
Wallets, assets, etc, cannot be moved from testnet to mainnet (or vice versa). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.