https://github.com/hardworking-toptal-dev/wallet-extension
A browser extension to manage wallets and access dApps directly from your browser.
https://github.com/hardworking-toptal-dev/wallet-extension
extension typescript wallet
Last synced: about 1 year ago
JSON representation
A browser extension to manage wallets and access dApps directly from your browser.
- Host: GitHub
- URL: https://github.com/hardworking-toptal-dev/wallet-extension
- Owner: hardworking-toptal-dev
- License: agpl-3.0
- Created: 2024-04-11T00:38:38.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T00:39:29.000Z (about 2 years ago)
- Last Synced: 2025-03-28T15:50:05.250Z (about 1 year ago)
- Topics: extension, typescript, wallet
- Language: TypeScript
- Homepage:
- Size: 4.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
EVER Wallet
A browser extension to manage Everscale wallets and access dApps directly from your browser.
## Build
```shell
npm install
npm run build
```
## Release
Update version in ```src/manifest/base.json``` and run ```npm run release```