solana-worken-sdk-js
solana-worken-sdk-js copied to clipboard
Solana TS/JS SDK for Worken
Send & Receive secure Blockchain transactions on Solana with Worken
🚀 Over 20M+ Users using Worken!
SDK library providing access to make easy and secure Blockchain transactions with Worken. Read more about Worken Token.
Feel free to try out our provided Postman collection. Simply click the button below to fork the collection and start testing.
Configuration
To ensure flexibility and ease of integration, the Worken SDK allows for configuration through environmental variables. These variables can be set directly in your project's .env file. Below is a list of available configuration variables along with their descriptions:
WORKEN_OPENSSL_CONF: Specifies the path to your OpenSSL configuration file. Setting this variable is optional but recommended if you need to customize OpenSSL settings. This can be particularly useful for cryptographic key generation, where specific configurations may be necessary.
WORKEN_POLYGONSCAN_APIKEY: This is your API key, which you can generate at: https://polygonscan.com/myapikey. The API key is required for accessing PolygonScan's data programmatically and is essential for querying transaction history, token balances, and other blockchain-related information on the Polygon network.