You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Enhance Djed-SDK by Shipping Pre-configured Network Variables
The existing Djed-SDK ships the functions from the ethereum.js file, but developers currently need to manually configure the network variables by setting the djed-address for a specific network.
Enhancement:
If the SDK exports the necessary variables for different deployed networks, developers can directly fetch these variables from the SDK, allowing them to work seamlessly with SDK functions without needing to manually configure the network addresses.
Key Benefits:
Pre-configured Networks: Developers can skip the manual setup and use pre-configured network variables directly from the SDK.
Improved Developer Experience: This reduces friction and errors during integration by providing network-specific variables.
Faster Setup: Developers can quickly start using the SDK without worrying about network configurations.
With this enhancement, the Djed-SDK will ship with pre-configured variables, improving usability and streamlining the integration process.
The text was updated successfully, but these errors were encountered:
feat: Enhance Djed-SDK by Shipping Pre-configured Network Variables
The existing Djed-SDK ships the functions from the
ethereum.js
file, but developers currently need to manually configure the network variables by setting thedjed-address
for a specific network.Enhancement:
If the SDK exports the necessary variables for different deployed networks, developers can directly fetch these variables from the SDK, allowing them to work seamlessly with SDK functions without needing to manually configure the network addresses.
Key Benefits:
With this enhancement, the Djed-SDK will ship with pre-configured variables, improving usability and streamlining the integration process.
The text was updated successfully, but these errors were encountered: