1️⃣Install SDK
Easy and simple to install
Install with CDN
<script src="https://unpkg.com/rubic-sdk@latest/dist/rubic-sdk.min.js"></script>Install with NPM and webpack
new webpack.ProvidePlugin({ Buffer: ['buffer', 'Buffer'], process: 'process/browser'})"fallback": { "fs": false, "constants": false, "querystring": false, "url": false, "path": false, "os": false, "http": require.resolve("http-browserify"), "https": require.resolve("https-browserify"), "zlib": false, "stream": require.resolve("stream-browserify"), "crypto": require.resolve("crypto-browserify")}
Installation with npm for Angular
Last updated