everest-sdk
v1.0.12
Published
Everest SDK to buy crypto from fiat
Downloads
339
Maintainers
Readme
everest-sdk
Everest Javascript SDK to buy crypto from fiat
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