Skip to content

juzybits/webcasa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebCasa

WebCasa

WebCasa is a non-custodial browser wallet for Webcash™. It lets you send and receive webcash tokens.

The wallet is a single-page serverless app. It uses React to build a user interface around the webcashjs library.

Live site: webcasa.app

How to run locally

pnpm install
pnpm serve

How to deploy (Firebase)

pnpm build-firebase
pnpm preview-prod
pnpm deploy-prod

How to add new icons

  • Upload src/css/icons/config.json to https://fontello.com/
  • Make changes and download the new .zip config file
  • Replace the contents of src/css/icons/ (optionally with scripts/replace_icons.sh)