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
The StablePay SDK will include DJED-SDK as a dependency to fetch stablecoin prices seamlessly.
DJED-SDK is designed to facilitate the integration and deployment of Djed across various projects, eliminating the need for code duplication. By using DJED-SDK, developers can easily incorporate Djed functionalities into any development environment, such as Vite or React. The library simplifies the process of fetching prices and addresses through straightforward import statements, ensuring a smooth integration experience.
This issue tracks the tasks required to build the Djed-SDK, which includes setting up Rollup and refactoring the code into modules to ensure a clean and maintainable project structure.
Checklist:
Set Up Rollup
Install Rollup and necessary plugins for Djed-SDK
Create rollup.config.mjs file tailored for Djed-SDK
Test Rollup configuration by building the Djed-SDK project
Refactor Code into Modules
Identify core functionalities of Djed-SDK to be modularized[IN PROGRESS]
Create separate module files for each Djed-SDK functionality[IN PROGRESS]
Update import/export statements in Djed-SDK accordingly
Ensure all Djed-SDK modules are correctly integrated
Testing and Validation
Write unit tests for each Djed-SDK module
Perform integration testing for Djed-SDK
Validate the final build output of Djed-SDK
Ensure that SDK is tested locally using npm-link after each module is constructed [CONTNIUOUS EXECUTION]
Documentation
Update README.md with new setup and usage instructions for Djed-SDK
Document each Djed-SDK module with examples
Continuous Integration
Set up CI pipeline to automate Djed-SDK builds and tests
Ensure the CI pipeline runs on each pull request for Djed-SDK
Publishing
Update version in package.json
Build the final version of Djed-SDK
Publish the library to npm
This will ensure that the Djed-SDK is properly built, modularized, tested, documented, integrated with continuous integration workflows, and published for use.
The text was updated successfully, but these errors were encountered:
The StablePay SDK will include DJED-SDK as a dependency to fetch stablecoin prices seamlessly.
DJED-SDK is designed to facilitate the integration and deployment of Djed across various projects, eliminating the need for code duplication. By using DJED-SDK, developers can easily incorporate Djed functionalities into any development environment, such as Vite or React. The library simplifies the process of fetching prices and addresses through straightforward import statements, ensuring a smooth integration experience.
This issue tracks the tasks required to build the Djed-SDK, which includes setting up Rollup and refactoring the code into modules to ensure a clean and maintainable project structure.
Checklist:
Set Up Rollup
rollup.config.mjs
file tailored for Djed-SDKRefactor Code into Modules
Testing and Validation
npm-link
after each module is constructed [CONTNIUOUS EXECUTION]Documentation
Continuous Integration
Publishing
package.json
This will ensure that the Djed-SDK is properly built, modularized, tested, documented, integrated with continuous integration workflows, and published for use.
The text was updated successfully, but these errors were encountered: