Go to file
2021-04-12 10:19:12 -04:00
components dev helper link update vol2 2021-04-12 10:19:12 -04:00
lib functioning multisig creation 2021-04-11 12:20:31 -04:00
pages working transaction creation 2021-04-11 22:28:30 -04:00
.gitignore add in faunadb and netlify 2021-03-07 19:58:41 -05:00
db-schema.graphql working transaction creation 2021-04-11 22:28:30 -04:00
package-lock.json functioning multisig creation 2021-04-11 12:20:31 -04:00
package.json functioning multisig creation 2021-04-11 12:20:31 -04:00
README.md remove extra files update readme 2021-03-12 22:03:36 -05:00

Cosmoshub Legacy Multisig

🚧🚧🚧🚧🚧 In Active Development 🚧🚧🚧🚧🚧🚧

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 can be tested out here. (Note: Only the UI and datastore are functional, waiting on some Cosmjs updates to handle multisig creation and signing)

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