hyperledger / fabric-admin-sdk

Fabric SDK for Admin Capability services
Apache License 2.0
31 stars 19 forks source link

Provide some examples like, creating channel, updating in nodejs #200

Open vigneshpalaniappan opened 1 month ago

vigneshpalaniappan commented 1 month ago

Hi, I was trying to create a channel from my NodeJS application, but I couldn't find any starting points or examples using this repository.

Please help

Thanks in advance

SamYuan1990 commented 1 month ago

show you with code https://github.com/hyperledger/fabric-admin-sdk/blob/main/test/e2e_test.go

vigneshpalaniappan commented 1 month ago

Hi, will it possible share some examples based on nodejs Like connecting to the network and creating a channel it might be very helpful,

Thanks in advance

SamYuan1990 commented 1 month ago

Hi, will it possible share some examples based on nodejs Like connecting to the network and creating a channel it might be very helpful,

Thanks in advance

@davidkhala , could you please help?