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.
yarn install
yarn dev
yarn install
yarn build
yarn preview
docker build -t dongrami .
docker run -p 3000:4173 dongrami
Visit Application URL with your browser.
Application URL
Development mode: http://localhost:5173
Production mode: http://localhost:4173
Docker: http://localhost:(Port you set)