dhiway / cord.js

Cord JS API
Apache License 2.0
34 stars 46 forks source link

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

Closed vatsa287 closed 2 months ago

vatsa287 commented 2 months ago

Description

Separate preparation of 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]

kartikaysaxena commented 2 months ago

Can I proceed with this @vatsa287 ?