@transak/transak-sdk
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@transak/transak-sdk", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Transak SDK that allows you to easily integrate the fiat on/ramp", | ||
@@ -30,3 +30,15 @@ "main": "dist/sdk.js", | ||
"esmify": "^2.1.1" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
} | ||
} |
# Transak SDK | ||
[![Build](https://travis-ci.org/joemccann/dillinger.svg)]() | ||
A JavaScript library for decentralised applications to onboard their global user base with fiat currency. | ||
A JavaScript library for decentralised applications to onboard their global user base with fiat currency. | ||
### Installation | ||
@@ -19,4 +19,4 @@ To use the Transak widget with your React application, you will need to use `[@transak/transak-sdk](https://www.npmjs.com/package/@transak/transak-sdk)` (Transak’s JavaScript SDK). | ||
let transak = new transakSDK({ | ||
apiKey: '', // Your API Key | ||
environment: 'PRODUCTION', // STAGING/PRODUCTION | ||
apiKey: '4fcd6904-706b-4aff-bd9d-77422813bbb7', // Your API Key | ||
environment: 'STAGING', // STAGING/PRODUCTION | ||
defaultCryptoCurrency: 'ETH', | ||
@@ -23,0 +23,0 @@ walletAddress: '', // Your customer's wallet address |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2325609
0