Giter VIP home page Giter VIP logo

web3-login's Introduction

freedombase:web3-login

Template package with CI and everything else to get started quickly with creating a new FOSS Meteor package.

Project Status: Active – The project has reached a stable, usable state and is being actively developed. GitHub JavaScript Style Guide Language grade: JavaScript GitHub tag (latest SemVer) All Contributors

BETA stage

This package is in active development and is working, but many features are still missing and bugs are very much likely. Use with caution!

Getting started

Install

meteor add freedombase:web3-login

Settings

To set up additional providers beside Metamask add them to your settings.json:

{
  "public": {
    "packages": {
      "freedombase:web3-login": {
        "providername": {
          "provider": "settings"
        }
      }
    }
  }
}

Providers available at this moment (no need to install provider package, for settings see the providerOptions part):

More coming soon!

Client methods

Meteor.loginWithWeb3 / loginWithWeb3

@locus client @param options { { loginMessage: string, onlyReturnAddress?: boolean } } @param callback optional { (error?: Meteor.Error, result?: boolean) => void }

verifyUserAction

@locus client @param message { String } @param recordVerification { Boolean } @param callback optional { (error?: Meteor.Error, result?: boolean) => void }

verifyUserLogin

@locus client @param message { String } @param usersEthAddress { String } @param callback optional { (error?: Meteor.Error, result?: boolean) => void }

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Jan Dvorak

💻 📖 🚧 🤔 📆 🔬 ⚠️

This project follows the all-contributors specification. Contributions of any kind welcome!

web3-login's People

Contributors

storytellercz 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.