Web wallet for CrypticOre written in React

@Drew Lemmy Drew Lemmy authored on 8 Aug 2020
.vscode feat: initial commit 5 years ago
public feat: initial commit 5 years ago
src feat: initial commit 5 years ago
.gitignore feat: initial commit 5 years ago
LICENSE.txt feat: initial commit 5 years ago
README.md feat: initial commit 5 years ago
craco.config.js feat: initial commit 5 years ago
package-lock.json feat: initial commit 5 years ago
package.json feat: initial commit 5 years ago
tsconfig.extend.json feat: initial commit 5 years ago
tsconfig.json feat: initial commit 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 build # Build the production files

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"
}

License

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