dhiway / cord.js

Cord JS API
Apache License 2.0
37 stars 49 forks source link

[C4GT] Asset: Separate preparation of creation of VC Asset from dispatch #213

Closed vatsa287 closed 2 months ago

vatsa287 commented 5 months ago

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

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.

masterismail commented 5 months ago

hi @vatsa287 ! I can take this up.

kartikaysaxena commented 5 months ago

hey @vatsa287 shall I take this up?