dsys / cleargraph

⛓ Cleargraph is a GraphQL runtime for decentralized applications
Other
254 stars 14 forks source link

Create self-sovereign identity contracts via API #39

Open kern opened 5 years ago

kern commented 5 years ago

As a Cleargraph user I want to create ERC 725 identity contracts So that I can use a persistent, self-sovereign identity in decentralized applications

kern commented 5 years ago

Implemented mutations to check for username availability and phone number verification. Right now there's a stub for the createIdentityContract mutation. Next up is to implement the factory contract interface and get this thing working on testnets!