/z3us

An open source community centered browser wallet for the Radix DLT network.

Primary LanguageTypeScriptMozilla Public License 2.0MPL-2.0

⚡ Z3US ⚡

This Turborepo monorepo is home to the Z3US browser extension wallet for the Radix DLT network.

Extension quick start

Make sure you have **Node V15.5.0 ** installed

nvm install 15
nvm use 15

Clone repo

git clone git@github.com:z3us-dapps/z3us.git

Go to z3us directory run

yarn install --ignore-engines

Now build the extension using

yarn build

You will see a dist folder generated inside apps/extension

Adding extension to Chrome

In Chrome browser, go to chrome://extensions page and switch on developer mode. This enables the ability to locally install a Chrome extension.

Now click on the LOAD UNPACKED and browse to apps/extension/dist/chrome, this will install the Z3US wallet chrome extension.

Adding extension to Firefox

In the Firefox browser navitate to about:debugging#/runtime/this-firefox. Click the button Load temporary Add-on..., then select a compressed zip of the all the files inside the directory apps/extension/dist/firefox.

Website quick start

Go to z3us/apps/website directory run

yarn dev

Now visit the website running locally at localhost:4000

Apps

Packages

  • ui: a shared React component library using stiches stitches and radix ui
  • config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.json used throughout the monorepo

Build

To build all apps and packages, run the following command:

yarn build

📜 License

Copyright (c) Z3US.