1.0.12 • Published 2 months ago

everest-sdk v1.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

everest-sdk

Everest Javascript SDK to buy crypto from fiat

NPM JavaScript Style Guide

Install

npm install --save everest-sdk

Options

Following options can be provided to the SDK:
env {sandbox, production}
appKey
widgetWidth
widgetHeight
service (buySell/identity)
buttonColor (this will take effect only for the identity service)
buttonTextColor (this will take effect only for the identity service)

Usage

import React from 'react'
import everestSDK from 'everest-sdk'

const App = () => {
    const options = {
        appKey: "__PROVIDED_BY_EVEREST__",
        widgetWidth: "600px",
        widgetHeight: "700px"
    };
    return <button onClick={() => everestSDK.initialize(options)}>Click Me</button>
};

export default App

License

MIT © everestdotorg

1.0.12

2 months ago

1.0.11

2 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.10

8 months ago

1.0.7

11 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.3

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago