/safe-sign-tx

Small static HTML page for signing and executing Gnosis Safe transactions.

Primary LanguageJavaScript

Safe Sign Transaction

A tiny static HTML page for signing Gnosis Safe transactions

Building

Building the static page requires:

  • POSIX environment, specifically make and sed
  • Deno for bundling JavaScript
  • Optionally cURL for uploading to IPFS
make # builds dist/index.html static page
make ipfs # builds the static HTML page and uploads it to IPFS
make clean # cleans up the dist/ directory

Starting

Starting it:

make host