Alex Kern
Alex Kern
**As a** Cleargraph client **I want to** show ENS addresses everywhere that a reverse address exists **So that I** can avoid showing hexadecimal addresses when possible
**As a** Cleargraph user **I want to** support IPFS as a data store **So that I** can have a fully decentralized application and CDN
look into how apple does this with airdrop, might only require the first N bits
```graphql type Query { keyPairChallenge(publicKey: String!): String! keyPair(publicKey: String!, network: ETHEREUM_NETWORK): KeyPair } type Mutation { registerKeyPair( publicKey: String! name: String deviceType: DEVICE_TYPE challenge: String! signature: String! ): KeyPair! }...
Probably can use Jest
Hook into the Infura APIs for conversion rate estimation, potentially?