Coder Social home page Coder Social logo

metadium / meta-attestation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hexoul/meta-attestation

0.0 1.0 0.0 345 KB

Firebase attestation test based on ERC725 and ERC735

License: Apache License 2.0

HTML 12.38% JavaScript 69.21% CSS 18.41%
dapp firebase attestation erc725 erc735

meta-attestation's Introduction

Meta attestation

License JavaScript Style Guide

Attestation sample based on ERC725 and ERC735

Web3

Before compiling, web3-config.json should be provided following spec described in web3.js. Here is example:

{
  "netid": "ropsten",
  "url": "https://ropsten.infura.io",
  "ws": "wss://ropsten.infura.io/ws/v3/YOUR-PROJECT-ID",
  "addr": "0xA408FCD6B7f3847686Cb5f41e52A7f4E084FD3cc",
  "privkey": "11111111111111111111111111111111111111111111",
  "identity": "0x7304f14b0909640acc4f6a192381091eb1f37701"
}

Initial setup, building and serving.

  1. Create a Firebase project using the Firebase console.
  2. In the Authentication section of your project's Firebase console, open the Sign-In Method tab and enable the Google and the Email/Password sign-in providers.
  3. Install the run-time and build dependencies:
    npm install
  4. Install firebase tools, if you do not have:
    npm install -g firebase-tools
  5. Tell Firebase to use your new project locally:
    firebase use --add
  6. Run the build script to transpile and pack the sources:
    npm run build
  7. Serve the app locally:
    npm run serve
  8. Try out the app by opening http://localhost:5000 in your browser.

Deploy

  1. firebase deploy

meta-attestation's People

Contributors

hangem422 avatar hexoul avatar metadiumrelease avatar

Watchers

 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.