AndyHydro / snowflake-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snowflake Dashboard

This is a demo frontend for the Snowflake identity protocol written in React. It utilizes the web3-webpacked library. For more information on Snowflake, please refer to the white paper.

Visit the live dashboard.

Adding Resolver Modals

  1. Create a Snowflake-compatible smart contract and deploy it to Rinkeby or Mainnet.
  2. Add a folder named per the checksummed address of your smart contract in src/components/resolvers/.
  3. Create an index.js file in the folder.
  4. In this file, create a React component that displays your resolver's data and make it the default export.
  5. Additionally, make sure to include the following named exports:
    • logo: A 256x256 png logo for your resolver.
    • ABI: The ABI of your contract.
    • requiredAllowance: The HYDRO amount a user must set as their initial allowance for your resolver on sign-up.

About


Languages

Language:JavaScript 94.6%Language:HTML 5.1%Language:CSS 0.3%