forked from tahowallet/extension
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1e6995
commit 9a4431f
Showing
56 changed files
with
196 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# tally-extension | ||
# Taho Extension | ||
|
||
<img alt="The community owned & operated wallet." | ||
src="./github_[email protected]" | ||
width="630" /> | ||
|
||
[Tally Ho](https://blog.tally.cash/a-community-owned-wallet-for-the-new-internet/) | ||
[Taho](https://blog.taho.xyz/a-community-owned-wallet-for-the-new-internet/) | ||
is a community owned and operated Web3 wallet, built as a | ||
[browser extension](https://browserext.github.io/browserext/). | ||
|
||
|
@@ -18,7 +18,7 @@ spirit of community ownership. | |
|
||
We can do better. | ||
|
||
Tally Ho will be | ||
Taho will be | ||
|
||
- Fairly launched ⚖️ | ||
- Sustainably aligned with users 🤲 | ||
|
@@ -140,7 +140,7 @@ $ yarn start | |
|
||
### Commit signing | ||
|
||
Commits on the Tally Ho repository are all required to be signed. | ||
Commits on the Taho repository are all required to be signed. | ||
No PR will be merged if it has unsigned commits. See the | ||
[GitHub documentation on commit signing](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification) | ||
to get it set up. | ||
|
@@ -346,7 +346,7 @@ Firefox requires to upload source code if minifier is used and to be able to com | |
|
||
## Localization | ||
|
||
Tally currently only supports English as the default language. We distill english strings to [\_locales](https://github.com/tallycash/extension/blob/main/ui/_locales/en/messages.json) to prepare for localization. | ||
Taho currently only supports English as the default language. We distill english strings to [\_locales](https://github.com/tallycash/extension/blob/main/ui/_locales/en/messages.json) to prepare for localization. | ||
|
||
For other languages, we will use language code defined in [Support locales](https://developer.chrome.com/docs/webstore/i18n/#choosing-locales-to-support). We will use [weblate](https://hosted.weblate.org/projects/tallycash/extension/) for crowd translation, and will commit back to the github periodically after these translations are QA'ed. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
/* eslint-disable import/prefer-default-export */ | ||
export const WEBSITE_ORIGIN = process.env.WEBSITE_ORIGIN ?? null | ||
export const WEBSITE_ORIGIN = process.env.WEBSITE_ORIGIN ?? "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@tallyho/tally-background", | ||
"version": "0.0.1", | ||
"description": "Tally Ho, the community owned and operated Web3 wallet: api implementation.", | ||
"description": "Taho, the community owned and operated Web3 wallet: api implementation.", | ||
"main": "index.ts", | ||
"repository": "[email protected]:thesis/tally-extension.git", | ||
"author": "Matt Luongo <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@tallyho/tally-extension", | ||
"private": true, | ||
"version": "0.24.0", | ||
"description": "Tally Ho, the community owned and operated Web3 wallet.", | ||
"description": "Taho, the community owned and operated Web3 wallet.", | ||
"main": "index.js", | ||
"repository": "[email protected]:thesis/tally-extension.git", | ||
"author": "Matt Luongo <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@tallyho/provider-bridge-shared", | ||
"version": "0.0.1", | ||
"description": "Tally Ho, the community owned and operated Web3 wallet: provider bridge to connect the in-page provider with the background script.", | ||
"description": "Taho, the community owned and operated Web3 wallet: provider bridge to connect the in-page provider with the background script.", | ||
"main": "index.ts", | ||
"repository": "[email protected]:thesis/tally-extension.git", | ||
"author": "Greg Nagy <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@tallyho/provider-bridge", | ||
"version": "0.0.1", | ||
"description": "Tally Ho, the community owned and operated Web3 wallet: provider bridge to connect the in-page provider with the background script.", | ||
"description": "Taho, the community owned and operated Web3 wallet: provider bridge to connect the in-page provider with the background script.", | ||
"main": "index.ts", | ||
"repository": "[email protected]:thesis/tally-extension.git", | ||
"author": "Greg Nagy <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.