@twin.org/notarization-connector-iota
v0.10.0
Published
IOTA-backed notarization connector for network operations and on-ledger state.
Maintainers
Readme
TWIN Notarization Connector IOTA
This package provides an IOTA-backed notarization connector for network operations and on-ledger state. It is designed for applications that need ledger-level ownership and metadata operations.
Installation
npm install @twin.org/notarization-connector-iotaDocker
To perform testing of this component it may be necessary to launch a local instance of the gas station to communicate with.
docker run -d --name twin-gas-station-test -p 6379:6379 -p 9527:9527 -p 9184:9184 -e IOTA_NODE_URL="https://api.testnet.iota.cafe" -e GAS_STATION_AUTH="qEyCL6d9BKKFl/tfDGAKeGFkhUlf7FkqiGV7Xw4JUsI=" -e GAS_STATION_KEYPAIR="..." twinfoundation/twin-gas-station-test:latestTo generate GAS_STATION_KEYPAIR see https://github.com/iotaledger/twin-dlt/blob/main/packages/dlt-iota/README.md
Examples
Usage of the APIs is shown in the examples docs/examples.md
References
The API reference is available in docs/reference/index.md
Changelog
The changes between each version can be found in docs/changelog.md
