https://github.com/waellet/waellet
Waellet brings Aeternity blockchain to your browser.
https://github.com/waellet/waellet
aeternity blockchain dapps fungible-tokens waellet wallet
Last synced: 5 months ago
JSON representation
Waellet brings Aeternity blockchain to your browser.
- Host: GitHub
- URL: https://github.com/waellet/waellet
- Owner: waellet
- License: isc
- Created: 2019-03-16T08:49:01.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-03T17:57:59.000Z (over 2 years ago)
- Last Synced: 2024-08-03T23:16:52.023Z (9 months ago)
- Topics: aeternity, blockchain, dapps, fungible-tokens, waellet, wallet
- Language: Vue
- Homepage: https://waellet.com
- Size: 9.96 MB
- Stars: 14
- Watchers: 4
- Forks: 14
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-aeternity - Waellet - Currently not actively developed. (Wallets / Browser extensions)
README
# Waellet
![]()
[](https://circleci.com/gh/waellet/waellet/tree/master)
[](https://badge.fury.io/gh/waellet%2Fwaellet)
![]()
![]()
**Waellet is a browser extension that allows you to interact with Aeternity blockchain in your browser.**
We see Waellet as user’s first choice wallet when it comes to interacting with dApps hosted on different blockchains. Build around aeternity, Waellet is to become a tool that enables users to pay for different services without the need to worry about the network of the particular dApp – this will happen in a decentralized and cryptographic secure way through integration with the WeiDex – decentralized exchange.
Currently, Waellet is still in beta and under heavy development pushing to bring you our best vision of the wallet as soon as possible.
## Download
You can find the latest version on [our official website](https://waellet.com).
Currently waellet supports FireFox, Google Chrome, and Chromium-based browsers.
We recommend installing the latest stable release via your browser's add-on store.
|
[Firefox](https://www.mozilla.org/firefox/new/) |
[Chrome](https://www.google.com/chrome/) /
[Brave](https://brave.com/) /
[Opera](https://www.opera.com/) /
[Edge](https://www.microsoftedgeinsider.com/)
|------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [](https://addons.mozilla.org/firefox/addon/waellet/) | [](https://chrome.google.com/webstore/detail/waellet/nnkfipoloblhgnahnaocfkhmmplcdneb) |or see instructions below how to build it from source.
## Build
Clone the master branch of this repo.
```
$ git clone https://github.com/waellet/waellet.git
$ cd waellet
```### Build locally
```
$ npm install
$ npm run build
```### Develop locally
```
$ npm install
$ npm run watch:dev
```### Running tests
```
$ npm install
$ npm run test
```### Run linter
```
$ npm run linter -- --fix
```### Adding to browser via local build or release zip
- Chromium based (Chrome, Brave, Opera)
1. Open chrome/brave browser `Preferences -> More tools > Extensions`
2. Make sure `Developer mode` is `On` in the right corner.
3. Click `Load unpacked` button and select the generated `dist` folder in the cloned repo or the unacrhived release folder.- Firefox
1. Open the Firefox menu and select `Add-ons` section.
2. Click the `Tools for all add-ons` button and select `Debug Add-ons`
3. Click `Load a temorary add-on` navigate to the generated `dist` folder in the cloned repo or the unacrhived release folder and select the `manifest.json` file.## Security
If you discover a security vulnerability within this application, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.## Contribution
Contributions are more than welcome. Checkout our [contribution guideline](CONTRIBUTING.md)
If you spot an issue while testing/using the waellet - [submit an issue](https://github.com/waellet/waellet/issues)
If you want to help us with building this amazing project submit your PR!