Template package with CI and everything else to get started quickly with creating a new FOSS Meteor package.
This package is in active development and is working, but many features are still missing and bugs are very much likely. Use with caution!
meteor add freedombase:web3-loginTo 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!
@locus client
@param options { { loginMessage: string, onlyReturnAddress?: boolean } }
@param callback optional { (error?: Meteor.Error, result?: boolean) => void }
@locus client
@param message { String }
@param recordVerification { Boolean }
@param callback optional { (error?: Meteor.Error, result?: boolean) => void }
@locus client
@param message { String }
@param usersEthAddress { String }
@param callback optional { (error?: Meteor.Error, result?: boolean) => void }
Thanks goes to these wonderful people (emoji key):
Jan Dvorak 💻 📖 🚧 🤔 📆 🔬 |
This project follows the all-contributors specification. Contributions of any kind welcome!