You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,14 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
7
7
Core Extension is a non-custodial browser extension for Chromium browsers built using Manifest V3. It enables users to seamlessly and securely interact with Web3 applications powered by Avalanche, supporting Bitcoin, Ethereum, and Solana networks.
8
8
9
9
The project uses a monorepo structure with yarn workspaces and contains two main applications:
10
+
10
11
-**Legacy**: The current production version (React 17, older architecture) in `apps/legacy/`
11
12
-**Next**: The next-generation version (React 19, modern architecture) in `apps/next/`
12
13
13
14
## Essential Commands
14
15
15
16
### Development
17
+
16
18
```bash
17
19
# Start development (defaults to legacy)
18
20
yarn dev
@@ -27,6 +29,7 @@ yarn setup
27
29
```
28
30
29
31
### Building
32
+
30
33
```bash
31
34
# Build for production
32
35
yarn build # Legacy (default)
@@ -44,6 +47,7 @@ yarn zip:next # Next-gen zip for Chrome Store
"Ledger requires you to set up a wallet policy in the Bitcoin app. Please approve or reject this action on your Ledger device.": "Ledger requires you to set up a wallet policy in the Bitcoin app. Please approve or reject this action on your Ledger device.",
381
383
"Ledger {{number}}": "Ledger {{number}}",
382
384
"Lending": "Lending",
385
+
"Let's go": "Let's go",
383
386
"Let's go!": "Let's go!",
384
387
"Light": "Light",
385
388
"Limit exceeded": "Limit exceeded",
@@ -442,6 +445,7 @@
442
445
"No account is active": "No account is active",
443
446
"No active network": "No active network",
444
447
"No address": "No address",
448
+
"No assets yet": "No assets yet",
445
449
"No collectibles": "No collectibles",
446
450
"No connected sites": "No connected sites",
447
451
"No custom headers are configured.": "No custom headers are configured.",
@@ -455,10 +459,12 @@
455
459
"Normal": "Normal",
456
460
"Not connected": "Not connected",
457
461
"Notify me when it’s done": "Notify me when it’s done",
462
+
"On-ramp using Core in two minutes": "On-ramp using Core in two minutes",
458
463
"Only Keystore files from the Avalanche Wallet are supported": "Only Keystore files from the Avalanche Wallet are supported",
459
464
"Only keystore files exported from the Avalanche Wallet are supported.": "Only keystore files exported from the Avalanche Wallet are supported.",
460
465
"Oops! \n Something went wrong": "Oops! \n Something went wrong",
461
466
"Oops! It seems like you have no internet connection. Please try again later.": "Oops! It seems like you have no internet connection. Please try again later.",
467
+
"Oops! Something went wrong": "Oops! Something went wrong",
462
468
"Open any authenticator app and scan the QR code below or enter the code manually": "Open any authenticator app and scan the QR code below or enter the code manually",
463
469
"Open the Avalanche app on your Keystone device in order to continue with this transaction": "Open the Avalanche app on your Keystone device in order to continue with this transaction",
464
470
"Open the Solana app on your Ledger device": "Open the Solana app on your Ledger device",
@@ -531,6 +537,7 @@
531
537
"Protocol": "Protocol",
532
538
"Provider": "Provider",
533
539
"Public key not found": "Public key not found",
540
+
"Quantity": "Quantity",
534
541
"Quote includes an {{coreFee}} Core fee": "Quote includes an {{coreFee}} Core fee",
"To use Solana in Core you will need to add an account from your Ledger device. You can always add this later at any time": "To use Solana in Core you will need to add an account from your Ledger device. You can always add this later at any time",
697
704
"Token": "Token",
698
705
"Token Added": "Token Added",
706
+
"Token Price": "Token Price",
699
707
"Token already exists in the wallet.": "Token already exists in the wallet.",
0 commit comments