GithubHelp home page GithubHelp logo

isabella232 / account-contracts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from status-im/account-contracts

0.0 0.0 0.0 370 KB

Key managers, recovery, gas abstraction and self-sovereign identity for web3 universal login.

License: Creative Commons Zero v1.0 Universal

JavaScript 24.31% CSS 0.47% HTML 0.19% Solidity 75.02%

account-contracts's Introduction

Account contracts

Smart contracts defining self sovereign accounts.
WIP, currently only a PoC in Solidity.

Features

  • Management key: A simple multisig or single address with full control of Identity
  • Action keys: List of addresses allowed to execute calls in behalf of Identity, i.e. allowance tool
  • ERC725 v2: ID-Owner (manager) can publish data in own profile (e.g. avatar URI, signed claims, etc).
  • ERC2429 Secret multisig recovery: A social recovery tool for secretly selecting other addresses and requesting some of them to recover the identity
  • ERC20 approve and call: optimizes approve and call operations to avoid race conditions and gas waste.
  • Gas abstract: ID-Owner can execute calls paying with gas stored on the Identity or in the ID-Owner Key. Dapps don't have to be prepared to receive these calls.
  • Serverless: Uses Whisper for gas market and Status API for Social Recovery.
  • ERC1271: Contracts usually can't sign messages. Dapps that require signatures can validate Multisig of ID-Owner by using this standard.

Usage

git clone https://github.com/status-im/account-contracts.git
cd account-contracts
npm install
npm start

account-contracts's People

Contributors

3esmit avatar richard-ramos avatar bgits avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.