/multisig-ui

UI for multisignature tool

Primary LanguageJavaScript

This is a multisig UI.

Getting Started

Firstly, go to Faunadb (https://fauna.com/) create a database and import the schema from the schema.graphql file.

Secondly, get the Secret key from faunadb. Create a .env.local file in the root directory and add the secret key.

Thirdly, add the host directory in the .env.local file

Finally, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Example .env.local file

NEXT_PUBLIC_FAUNADB_SECRET=kfsdafsda89f8ffdf-43349
NEXT_PUBLIC_HOST=http://localhost:3000/

Supported chains:

  1. Osmosis
  2. Gaia (cosmoshub)
  3. Juno
  4. Akash
  5. Emoney
  6. Stargaze
  7. Kava
  8. Rengen
  9. Omniflix
  10. Cheqd
  11. Bitcanna
  12. Gravity bridge
  13. Pylon
  14. Stride
  15. Migaloo ( White Whale )

Will add more chains in the future