JSPM

  • Created
  • Published
  • Downloads 144
  • Score
    100M100P100Q95120F
  • License MIT

Squarelink's Web3 library

Package Exports

  • squarelink

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (squarelink) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Squarelink

Squarelink Web3 SDK

license

This is the Squarelink Web3 SDK which enables Squarelink enhancements to standard Web3 JSON RPC requests.

Check out the Squarelink Documetation for more information, quickstart guides, etc.

Installation

Node

$ npm install squarelink

CDN

<script src="https://squarelink.com/js/squarelink.min.js"></script>

Usage

First, register your application at dev.squarelink.com to obtain your CLIENT ID

import Web3 from 'web3'
import Squarelink from 'squarelink'

const sqlk = new Squarelink('<CLIENT ID>')
const web3 = new Web3(sqlk.getProvider())

// List Ethereum accounts owned by a Squarelink user
web3.eth.getAccounts().then(console.log)

Documentation

https://squarelink.com/docs

License

MIT