Skip to content

Commit bf2b42a

Browse files
committed
feat: add wdk-wallet-bermuda examples
1 parent ad73d81 commit bf2b42a

13 files changed

Lines changed: 3400 additions & 1811 deletions

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@ TRON_TRC20_CONTRACT=TVjsyZ7fYF3qLF6BQgPmTEZy1xrNNyVAAA
4747

4848
# Set to "true" to actually send transactions (requires funded wallet)
4949
# ACTUALLY_SEND=true
50+
51+
# Bermuda module
52+
PLASMA_TESTNET_RPC_URL=https://testnet-rpc.plasma.to
53+
WXPL_ADDRESS=0x6100e367285b01f48d07953803a2d8dca5d19873

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
foreground-scripts=true
2+
ignore-scripts=false

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Each folder contains small runnable examples for one WDK package or integration.
1414
| [wallet-solana](./wallet-solana/) | `@tetherto/wdk-wallet-solana` | Solana wallets, balances, transactions, SPL tokens, signing, and fees |
1515
| [wallet-ton](./wallet-ton/) | `@tetherto/wdk-wallet-ton` | TON wallets, balances, transactions, Jettons, signing, and fees |
1616
| [wallet-tron](./wallet-tron/) | `@tetherto/wdk-wallet-tron` | TRON wallets, balances, transactions, TRC20 tokens, signing, and fees |
17+
| [wallet-bermuda](./wallet-bermuda/) | `@bermuda/wdk-wallet-bermuda` | Private accounts and transactions |
1718
| [mcp-toolkit](./mcp-toolkit/) | `@tetherto/wdk-mcp-toolkit` | MCP server and LangChain agent examples for WDK tools |
1819

1920
## Run

0 commit comments

Comments
 (0)