Web wallet for CrypticOre written in React

@Drew Lemmy Drew Lemmy authored on 18 Sep 2020
.github chore: update README 5 years ago
.vscode feat: i18n 4 years ago
patches feat: master password dialog 5 years ago
public Merge branch 'master' of github.com:tmpim/KristWeb2 into master 4 years ago
src Merge branch 'master' of github.com:tmpim/KristWeb2 into master 4 years ago
.editorconfig chore: .editorconfig 5 years ago
.eslintignore feat: credits screen, websocket, lint 5 years ago
.eslintrc.json feat: i18n 4 years ago
.gitignore feat: initial commit 5 years ago
LICENSE.txt feat: initial commit 5 years ago
README.md feat: translator list 4 years ago
craco.config.js feat: initial commit 5 years ago
package-lock.json feat: de localisation 4 years ago
package.json feat: translator list 4 years ago
translators.json feat: translator list 4 years ago
tsconfig.extend.json refactor: convert to redux 5 years ago
tsconfig.json feat: basic table in 'my wallets' view 5 years ago
README.md

KristWeb v2

NOT YET READY FOR PRODUCTION.

This project is heavily under development. It is currently in the design stages, meaning there is no useful functionality yet.

Rewrite of the Krist Web Wallet, in React. This is a fully clientside Krist wallet that only needs to communicate to the Krist node itself. It securely saves wallets encrypted in your browser's Local Storage, so you don't have to type in wallet passwords ever again!

Building

git clone https://github.com/tmpim/KristWeb2
cd KristWeb2
npm install
npm start # Run the development server
npm run build # Build the production files

Contributing

As per tmpim convention, this project uses Conventional Commits as a standard for commit messages.

Contributing translations

Translation files are currently created manually in the i18next JSON format. You can find existing translations in public/locales. The English (GB) translation is used as the fallback.

Language files are named with IETF language tags. Short tags (e.g. en instead of en-GB) are preferred.

IMPORTANT: If you are adding a new language, you must add it to src/utils/i18n.ts in supportedLngs. Be sure to add yourself to translators.json too!

The library will automatically detect the language from your browser to use, but for the sake of testing, you can override it by running the following command in the developer console (Ctrl+Shift+I):

localStorage.i18nextLng = "en";

If you need any help with specific i18next features (e.g. handling plurals), don't hesitate to contact Lemmmy.

Providing host attribution

To provide hosting credits in the sidebar footer, create the file host.json in the project root with the following contents:

{
  "name": "Lemmmy",
  "url": "https://github.com/Lemmmy"
}

If you like my work, and want to help me with this hobby project and many more in the future, please consider supporting me on Patreon.

License

This project is licensed under the GPL v3 license. See LICENSE.txt for more.