@twin.org/wallet-connector-iota
v0.9.2
Published
Implements wallet and faucet connectors for IOTA networks, including balance checks, transfers, and funding flows
Maintainers
Readme
TWIN Wallet Connector IOTA
This package implements wallet and faucet connectors for IOTA networks, including balance checks, transfers, and funding flows. It is intended for applications and tooling that need connector behaviour aligned with node, faucet, and sponsorship infrastructure.
Installation
npm install @twin.org/wallet-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
Reference
Detailed reference documentation for the API can be found in docs/reference/index.md
Changelog
The changes between each version can be found in docs/changelog.md
