Web wallet for CrypticOre written in React
.github | 4 years ago | ||
.vscode | 4 years ago | ||
public | 4 years ago | ||
src | 4 years ago | ||
.editorconfig | 4 years ago | ||
.eslintignore | 5 years ago | ||
.eslintrc.json | 4 years ago | ||
.gitignore | 4 years ago | ||
LICENSE.txt | 5 years ago | ||
README.md | 4 years ago | ||
craco.config.js | 4 years ago | ||
package.json | 4 years ago | ||
pnpm-lock.yaml | 4 years ago | ||
tsconfig.extend.json | 4 years ago | ||
tsconfig.json | 4 years ago |
![]() |
![]() |
![]() Dashboard design mockup |
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!
git clone https://github.com/tmpim/KristWeb2 cd KristWeb2 npm i -g pnpm # If you don't have pnpm, please use it for development pnpm install npm start # Run the development server
git clone https://github.com/tmpim/KristWeb2 cd KristWeb2 npm install npm run full-build # Build the production files
As per tmpim convention, this project uses Conventional Commits as a standard for commit messages.
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 a listing for the language with the English name, native name, a country code (for the flag) and the contributors list to src/__data__/languages.json
.
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.
If you like my work, and want to help me with this hobby project and many more in the future, please consider donating.
Copyright (c) 2020-2021 Drew Lemmy
This project is licensed under the GPL v3 license. See LICENSE.txt for more.