This Turborepo monorepo is home to the Z3US browser extension wallet for the Radix DLT network.
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
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.
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.
Go to z3us/apps/website directory run
yarn dev
Now visit the website running locally at localhost:4000
website: Z3US Next.js website - localhost:4000extension: Z3US wallet browser extension - Vite and React - localhost:8003
ui: a shared React component library using stiches stitches and radix uiyarn storybook: storybook - localhost:6006
config:eslintconfigurations (includeseslint-config-nextandeslint-config-prettier)tsconfig:tsconfig.jsonused throughout the monorepo
To build all apps and packages, run the following command:
yarn build
📜 License
Copyright (c) Z3US.