Trust-Machines / multisafe-ui

The MultiSafe UI app for a user-friendly experience

Home Page:https://app.multisafe.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MultiSafe UI

The UI app of MultiSafe, a shared crypto wallet for managing Stacks (STX) and Bitcoin (BTC).

Installation

This application is dockerized so the easiest way to make it run is to follow the steps below and install it with Docker.

docker build -t msafe-ui .

docker run -p 3000:3000 msafe-ui

Once the installation ends the app should be accessible on http://localhost:3000

Development

If you like to run the app in development mode;

Install node dependencies with yarn or npm install

And run yarn start or npm start to start the app

Testing

yarn test or npm test command runs test scripts.

About

The MultiSafe UI app for a user-friendly experience

https://app.multisafe.xyz/

License:MIT License


Languages

Language:TypeScript 98.7%Language:HTML 0.8%Language:JavaScript 0.3%Language:CSS 0.1%Language:Dockerfile 0.1%