Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 808 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 808 Bytes

Dongrami

Dongrami is a web application that allows you to sign transactions with your keystore, formatted as Web3 Secret Storage

Warning
This application is still in development, and is not ready for production use. Use at your own risk.

How to run

Run in development mode

yarn install
yarn dev

Run in production mode

yarn install
yarn build
yarn preview

Run in docker

docker build -t dongrami .
docker run -p 3000:4173 dongrami

How to use

Visit Application URL with your browser.

Application URL
Development mode: http://localhost:5173
Production mode: http://localhost:4173
Docker: http://localhost:(Port you set)