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
Separate preparation of VC Asset Entry and dispatch of extrinsic to chain. This would help when bulk transaction takes place so we just prepare all the required extrinsics and then execute these transaction in batches by dumping them into a promise using
a batch sign & submit utility ex, authorizeBatch which can take array of extrinsics, instead of just one.
Goals
Creation of new export function named prepareCreateVcExtrinsic(), which will contain creation of asset entry and Did.AuthorizeTx().
Integration of above method into existing dispatchCreateVcToChain()
Implementation Details
Developers/Contributors can refer to example PRs: #188, #182
This is a good-first-issue meaning it is open for new contributors. If you have already worked on similar issues, please avoid getting assigned on these & start working on next level issues. Please read this discussion.
The text was updated successfully, but these errors were encountered:
-Created of new export function named prepareCreateVcExtrinsic(), which will contain creation of asset entry and Did.AuthorizeTx().
- Integration of above method into existing dispatchCreateVcToChain()
-Added all the comments for easy understanding
Description
Separate preparation of VC Asset Entry and dispatch of extrinsic to chain. This would help when bulk transaction takes place so we just prepare all the required extrinsics and then execute these transaction in batches by dumping them into a promise using
a batch sign & submit utility ex,
authorizeBatch
which can take array of extrinsics, instead of just one.Goals
prepareCreateVcExtrinsic()
, which will contain creation of asset entry andDid.AuthorizeTx()
.dispatchCreateVcToChain()
Implementation Details
Developers/Contributors can refer to example PRs: #188, #182
Product Name
CORD.JS
Organization Name
Dhiway
Domain
Blockchain, SDK Development, API
Tech Skills Needed
Typescript
Mentor(s)
@amarts @vatsa287
Complexity
[Low]
Category
[Performance Improvement], [Feature]
Sub Category
[API], [Refactoring], [Backend], [Beginner friendly]
NOTE:
This is a
good-first-issue
meaning it is open for new contributors. If you have already worked on similar issues, please avoid getting assigned on these & start working on next level issues. Please read this discussion.The text was updated successfully, but these errors were encountered: