- Installation
- Running extension locally
- Deploying
- Repository structure
- Testing Transactions
if you don't have yarn installed
npm install --global yarn
yarn
Copy
.env.developmentto.envin portal-extension
build the extension
yarn build
Deploying is automated for the extension
|- Star Key Wallet Extension
|- UI Components
|- Rest of folders
|- Shared
|- Factory
|- Helpers
|- Network factory to call services depends on current network
|- Hooks
|- All storage hooks
|- Services
|- All network services and common services
|- Extension - Build file. Git ignored
- Go to Import wallet or restore wallet
- Paste the following seed phrase that has preloaded asset balances:
oven cigar apology become okay nice soldier right situate trend runway baby
- Enter a password for imported wallet
- You should now be able to view balances and send assets from the wallet
You can view transactions from this wallet using the etherscan link below to verify everything has worked
https://sepolia.etherscan.io/address/0x63c100ac0c36549c7218070294b60c18d813675c
