![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@tonomy/tonomy-id-sdk
Advanced tools
The Software Development Kit is used in the Tonomy ID ecosystems to interact with Tonomy identities and services.
The Software Development Kit is used in the Tonomy ID ecosystems to interact with Tonomy identities and services.
See https://docs.tonomy.foundation for documentation.
The SDK is written in typescript with jest to run tests.
Integration tests:
Documentation:
yarn run build
Build notes:
yarn run build:sdk
yarn run build:cli
argon2
package, which is not needed by SDK and should be moved to a devDependency if these softwares are ever separated.yarn start
This builds to /build
and runs the project in watch mode so any edits you save inside src
causes a rebuild to /build
.
To do a one-off build, use yarn run build
.
To show logs during tests export LOG=true
Tests individual class and function logic within the SDK.
yarn test:unit
Tests end-to-end functions across more than one service.
First run the blockchain or Tonomy Communication service locally.
yarn run test:setup
Then run the tests
yarn run test:integration
Tests the governance of the system. Can only be run once before a blockchain reset is required.
First run the blockchain or Tonomy Communication service locally.
yarn run test:setup
Then run the tests
yarn run test:governance
Make sure you install the Jest extension (recommended automatically when you open VS Code)
If you also want to do this with the integration tests then run yarn run test:setup
first
Then go to any test e.g. test/app.test.ts
and you can click ▶️ or right click and press "Debug test". You can also look at the Jest Test Explorer in the left-side activity bar.
yarn run cli
yarn run cli bootstrap
Environment variables are required to bootstrap the network. These values are provided by default in test and develpment environments but must be provided externally for non-dev environments:
TONOMY_OPS_PRIVATE_KEY
: the private key of the operations account that will be used for the tonomy@active account.TONOMY_BOARD_PUBLIC_KEYS
: the public keys (in JSON array format) of the network governance multi-signature account that controls governance operationsTONOMY_TEST_ACCOUNTS_PASSPHRASE
: the passphrase that will be used for the App store test user and demo app usersLinting is done with eslint
. Install the recommended VS Code plugin to see markers in your code.
yarn run lint
See errors.ts. All errors have a registered unique enumeration code.
Documentation is in the ./docs
folder and runs with mkdocs with material theme.
Install with
sudo apt-get -y install mkdocs
pip install mkdocs-material
Then yarn run docs:serve
FAQs
The Software Development Kit is used in the Tonomy ID ecosystems to interact with Tonomy identities and services.
We found that @tonomy/tonomy-id-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.