KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
js-wallet-sdk-demo
★ 18
Open GitHub ↗
js wallet sdk demo
Download README (.md)
Explore Similar Repositories
Tic-Tak-Toe-4-
:
No description available.
nextrevo-mod
:
How I use the E3D Revo system with Prusa Nextruder
SkipTour
:
An dual platform app built with Skip.tools
BackTest-Cpp
:
Simple BackTest Engine inspired by Backtrader framework available in python.
CVE-2023-4911
:
Looney Tunables Local privilege escalation (CVE-2023-4911) workshop
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
js-wallet-sdk-demo
?
Download (.md)
# Getting Started with OKX Wallet SDK Demo ## Learn More For more details of SDK Usage, please refer to [OKX JS Wallet SDK](https://github.com/okx/js-wallet-sdk). For more details of OKX Build, please refer to [OKX Build](https://www.okx.com/web3/build/docs/home/welcome). ### Polyfill For applications that are bootstrapped by create-react-app like this demo page, please consider to install react-app-rewired and reference config-overrides.js at the root folder to polyfill necessary node core modules required for the OKX Wallet SDK. For applications that are using Webpack 5 as bundler, please consider to update webpack.config.js resolve.fallback to polyfill necessary node core modules required for the OKS Wallet SDK. For applications that are using Vite as bundler, please consider to update vite.config.js build.rollupOptions.external to polyfill necessary node core modules required for the OKS Wallet SDK. ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes.\ You may also see any lint errors in the console. ### `npm test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `npm run build` Builds the app for production to the `build` folder.\ It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.\ Your app is ready to be deployed! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.