| components | ||
| docs | ||
| lib | ||
| pages | ||
| .env.sample | ||
| .gitignore | ||
| db-schema.graphql | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
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.
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