notional-labs / multisig-ui

UI for multisignature tool

Home Page:https://multisig.notional.ventures/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

UI for multisignature tool

https://multisig.notional.ventures/

License:Other


Languages

Language:JavaScript 98.9%Language:CSS 0.6%Language:Dockerfile 0.4%Language:Shell 0.2%