Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 984 Bytes

README.md

File metadata and controls

55 lines (41 loc) · 984 Bytes

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. Regen
  9. Omniflix
  10. Cheqd
  11. Bitcanna
  12. Gravity bridge
  13. Pylon
  14. Stride
  15. Migaloo ( White Whale )
  16. Noble
  17. Quicksilver
  18. Chihuahua
  19. SGENETWORK Testnet
  20. Composable
  21. Neutron
  22. Qwoyn Network

Will add more chains in the future