Skip to content

jzafrap/snowflake-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Add the checksummed address, ABI, and optional requiredAllowance of your resolver smart contract in src/common/contracts.js.
  2. Create a React component that displays your resolver's data and place it in src/components/resolvers/components, ensuring that its name is the checksum of the resolver address.
  3. Optionally, add a 256x256 png logo four your resolver in src/components/resolvers/logos, with the name as the checksum of your resolver address.

ALL instances of your resolver address must be checksummed.

Note that for any user to be able to add your resolver, you must first whitelist it from an address with a snowflake (this functionality is available from the add a resolver modal available on the dashboard to accounts with a Snowflake).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.7%
  • Other 1.3%