Skip to content

How to test integrate admin sdk with your project

Sam Yuan edited this page Sep 4, 2023 · 2 revisions

Last update Sep 2023

Currently admin sdk just completed with it's basic features and moving next two points.

  1. Fabric 3.0 integration.
  2. Project integration.

For either of the point, the developer have to make your own for today. as we just at the beginning. 1st you will go to test/e2e_test.go, go through the code, as it will be the beginning. You should read the code and learn from it with features below:

  1. how to define the network.
  2. how to define MSP.
  3. how to run a business Tx(for example channel creation)

Then you are free to integrate admin sdk with your project. If you found any bug, please free to open an issue.

Clone this wiki locally