Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed Feb 21, 2024
1 parent e5f4ea1 commit 434fc91
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

The private Ethereum wallet with built-in Tor

## TLDR
- Anonymous requests using Tor (the dark net)
- Built for strong zero-cost privacy and security
- Available as an extension and on a website
- Won EthBrno 2022 hackathon (+ design award)
- Made by two French cypherpunks
- Almost the same features as MetaMask
- Supply-chain hardened

## Usage

You can use Brume Wallet on a website, as a browser extension, and as an mobile application
Expand Down Expand Up @@ -124,12 +115,18 @@ git restore ./dist/chrome.zip
git restore ./dist/firefox.zip
git restore ./dist/website.zip

# Restore deleted build files
git restore ./dist/safari.zip
git restore ./dist/android.apk
git restore ./dist/macos.zip
git restore ./dist/ios-and-ipad.ipa

# Compare other files
[[ -z $(git status --porcelain) ]]
echo $?
```

## Secure by design
## Security design

### Encrypted storage

Expand Down

0 comments on commit 434fc91

Please sign in to comment.