-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DMP 2024]: Create the core modules of cord.js sdk in Python #2
Labels
Comments
Weekly Learnings & Updates (To be filled by contributor)Week 1
Week 2
Week 3
Week 4
Week 5
Week 6
Week 7
Week 8
Week 9
Week 10
Week 11
|
Week 1 goal:
|
Week 2 goal:
|
Week 3 goal:
|
Week 4 goal:
|
Week 5 goal:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
cord.js is an SDK to connect to CORD. We have a requirement to write the same SDK in Python.
As part of this we have to first create the core SDK modules that include the DID and Chainspace. Scope of this issue it to create an SDK in Python along with any dependencies.
Goals
statement, asset, network-score
etc.Expected Outcome
We should have a functioning SDK written in Python that connects to CORD and is able to make calls to CORD
Acceptance Criteria
Fully functioning SDK written in Python with all the available methods/functions implemented
A working demo script https://github.com/dhiway/cord.js/blob/develop/demo/src/func-test.ts
All the unit test cases implemented
Implementation Details
Refer cord.js repo for reference SDK written in typescript, this needs to be replicated in Python
Refer to the documentation https://docs.cord.network/cordjs/integratecord/ for the detailed explanation on the working of demo script https://github.com/dhiway/cord.js/blob/develop/demo/src/func-test.ts
Note: There will be some dependency modules before these two modules can work
Mockups/Wireframes
NA
Product Name
cord sdk in Python
Organisation Name
Dhiway
Domain
Open Source Library
Tech Skills Needed
Python, TypeScript
Mentor(s)
@adi-a11y @amarts @NiranjanAP
Category
Other
The text was updated successfully, but these errors were encountered: