Go to file
2021-09-05 14:01:08 -04:00
components gas default update 2021-08-29 23:10:12 -04:00
docs adds screenshots to how to use guide 2021-09-05 14:01:08 -04:00
lib handling txhashes on succesful broadcast 2021-08-16 21:09:02 -04:00
pages gas default update 2021-08-29 23:10:12 -04:00
.env.sample gas default update 2021-08-29 23:10:12 -04:00
.gitignore stronger reliance on env variables 2021-08-16 21:28:33 -04:00
db-schema.graphql handling txhashes on succesful broadcast 2021-08-16 21:09:02 -04:00
package-lock.json style fix 2021-08-29 18:26:24 -04:00
package.json style fix 2021-08-29 18:26:24 -04:00
README.md tyle and readme 2021-08-29 22:54:39 -04:00

Cosmoshub Legacy Multisig

Reason for Being

This app allows for legacy multisig users to create, sign and broadcast transactions on the stargate enabled cosmos hub chain. It's built with Cosmjs, Next.js, FaunaDB and Vercel.

The app is live here.

Dev Setup

You'll need a FaunaDB account and a Graphql database setup using the db-schema.graphql in this repo. Once you have that, create a secret key using the FaunaDB dashboard for your database, and set it as the environment variable FAUNADB_SECRET, in a .env file in the root of this repo.

Clone the repo, then run:

// with node v12.5.0 or later
npm install
npm run dev