Skip to content

Commit 277ee80

Browse files
committed
feat: add wdk-wallet-bermuda examples
1 parent e7be4b1 commit 277ee80

13 files changed

Lines changed: 2180 additions & 781 deletions

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ ERC4337_TOKEN_CONTRACT=0x7169D38820dfd117C3FA1f22a697dBA58d90BA06
1919

2020
# Set to "true" to actually send transactions (requires funded wallet)
2121
# ACTUALLY_SEND=true
22+
23+
# Bermuda module
24+
PLASMA_TESTNET_RPC_URL=https://testnet-rpc.plasma.to
25+
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ cp .env.example .env
1818
|--------|-------------|----------|
1919
| [wallet-evm](./wallet-evm/) | `@tetherto/wdk-wallet-evm` | Wallet creation, accounts, balances, transactions, token transfers, signing, fees |
2020
| [wallet-evm-erc-4337](./wallet-evm-erc-4337/) | `@tetherto/wdk-wallet-evm-erc-4337` | Account abstraction wallets, UserOperations, paymaster modes, bundler integration |
21+
| [wallet-bermuda](./wallet-bermuda/) | `@bermuda/wdk-wallet-bermuda` | Private accounts and transactions
2122

2223
## Running Examples
2324

@@ -32,6 +33,7 @@ Validate all examples for a module:
3233
```bash
3334
npm run validate:wallet-evm
3435
npm run validate:wallet-evm-erc-4337
36+
npm run validate:wallet-bermuda
3537
```
3638

3739
Validate everything:

0 commit comments

Comments
 (0)