Indy VDR Proxy Only
Pre-release
Pre-release
Custom version of AFJ that uses the fetch modules to interact with Indy-VDR Proxy servers to interact with ledgers instead of using Indy-React-Native.
How to setup proxy service:
const options = {
config: { ... },
dependencies: agentDependencies,
modules: {
ledger: new LedgerModule({
vdrPoolConfigs: [
{
id: 'Indicio Test Net',
url: 'url to proxy server',
isProduction: false,
indyNamespace: 'indicio:test',
},
],
}),
},
}