Does anyone know where the github repository for the @imtbl/imx-sdk
npm package is?
The one listed on the npm readme is wrong (or the repo isn’t public).
1 Like
Hi @emilbonnek if you are looking for the source code, the imx-sdk is not open source im affraid, only the compiled packages are available
1 Like
Okay. Any particular reason for that?
The other SDK’s seems to be public.
1 Like
The current implementation is not ready for public consumption because much refactoring must be done to ensure that we are able to support the ecosystem, it is unlikely to get the development time to do it in the near future to be honest
1 Like
Fair enough
Thanks for the answers.
If you have the time, I would kindly ask that you set the repository.private field in package.json.
"repository": {
"type": "git",
"url": "https://github.com/immutable/imx-sdk-js.git",
"private": true
},
I would also urge you to remove links from the npm readme can’t be publicly accessed.
1 Like
Thanks for the feedback Emil, I will definitely pass this to the team
2 Likes