https://github.com/FuelLabs/fuels-wallet
💳 The official Fuel wallet.
https://github.com/FuelLabs/fuels-wallet
fuel wallet
Last synced: about 1 year ago
JSON representation
💳 The official Fuel wallet.
- Host: GitHub
- URL: https://github.com/FuelLabs/fuels-wallet
- Owner: FuelLabs
- License: apache-2.0
- Created: 2022-02-09T16:13:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T01:16:09.000Z (over 1 year ago)
- Last Synced: 2024-11-14T02:22:47.214Z (over 1 year ago)
- Topics: fuel, wallet
- Language: TypeScript
- Homepage: https://wallet.fuel.network
- Size: 38.1 MB
- Stars: 931
- Watchers: 30
- Forks: 415
- Open Issues: 105
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://discord.gg/xfpK4Pe)

## ⚡️ Fuel Wallet
> **Warning**
> This project is under active development, some features are not implemented or can present bugs/issues. Do not treat it as a production-ready wallet.
The official wallet of the fastest modular execution layer: [Fuel](https://fuel.network).
Fuel Wallet is a crypto wallet used to interact with the Fuel Network. This project enables users to access their assets and interact with decentralized applications through a browser extension.
[](https://wallet.fuel.network/docs/install/)
For latest updates, download the [Fuel Wallet Development](https://next-wallet.fuel.network/docs/install/). This version is made for developers, so note that it can be unstable or buggy.
Integrate your **DApp** using the [Wallet SDK](https://wallet.fuel.network/docs/dev/getting-started/)
## 📗 Table of contents
- [📗 Documentation](https://wallet.fuel.network/)
- [📦 Install Wallet](https://wallet.fuel.network/docs/install/)
- [🧰 Fuel Wallet SDK](https://wallet.fuel.network/docs/dev/getting-started/)
- [👨💻 - Quickstart](https://wallet.fuel.network/docs/dev/getting-started/)
- [🔗 - Request connection](https://wallet.fuel.network/docs/dev/connecting/)
- [📒 - List user accounts](https://wallet.fuel.network/docs/dev/accounts/)
- [✍️ - Signing a message](https://wallet.fuel.network/docs/dev/signing/)
- [✍️ - Transfering assets](https://wallet.fuel.network/docs/dev/assets/)
- [📗 SDK API](https://wallet.fuel.network/docs/dev/reference/)
- [Contributing](https://wallet.fuel.network/docs/contributing/guide/)
- [Contribution Guide](https://wallet.fuel.network/docs/contributing/guide/)
- [Running Locally](https://wallet.fuel.network/docs/contributing/running-locally)
## Features
- [x] Create a new mnemonic phrase account
- [x] Recover an account using mnemonic phrase
- [x] DApps integration
- [x] Request connection
- [x] List accounts
- [x] Sign messages
- [x] Send transactions
- [x] Disconnect applications
- [x] Check your asset's balance
- [x] Manage networks
- [x] Faucet for testnet
- [x] Account
- [x] List all account
- [x] Add new account
- [x] Update account name
- [x] Create account from PrivateKey
- [x] Applications
- [x] List connections
- [x] Remove connections
- [x] Settings
- [x] Reveal your passphrase
- [x] Change password
- [x] Export account privateKey
- [x] Transactions
- [x] Receive Assets via address or QR Code
- [x] Send Assets to another wallet
- [x] Transaction History
- [x] View transaction details
## 📜 License
This repo is licensed under the `Apache-2.0` license. See [`LICENSE`](./LICENSE) for more information.