Tonomy-Foundation / Tonomy-ID

Tonomy ID is the cross-platform mobile wallet (Android and iOS) for public and private Antelope blockchains. This application allows you to sign transactions on the block chain, share your DID and Verifiable Credentials containing your identity with others in a consensual way and log into web2 and web3 applications.
Apache License 2.0
13 stars 1 forks source link

Remove install of @tonomy/tonomy-id-sdk@development during infrastructure build #839

Closed theblockstalk closed 11 months ago

theblockstalk commented 12 months ago

The clients of the SDK are currently manually installing @tonomy/tonomy-id-sdk@development During their build phase in the infrastructure:

this install is not deterministic because the development tag in npmjs.com changes over time what version the points at. This leads to an application which does not have a sandbox program.

For me, this has caused a lot of headache when trying to find a recently.

Acceptance criteria:

Repos

Hint: