freedombase:web3-login

v0.0.1Published 2 years ago

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

ALPHA stage

This package is in active development and is bare bones. Do not use in production. Yet!

Getting started

Install

meteor add freedombase:web3-login

Prepare your app

Add the following to your main.html file

1
2<script type="text/javascript" src="https://unpkg.com/web3@1.2.11/dist/web3.min.js"></script>
3<script type="text/javascript" src="https://unpkg.com/web3modal@1.9.0/dist/index.js"></script>

If you are using Wallet Connect also add:

1
2<script type="text/javascript"
3        src="https://unpkg.com/@walletconnect/web3-provider@1.2.1/dist/umd/index.min.js"></script>

Settings

Contributors ✨

Thanks goes to these wonderful people (emoji key):

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