Skip to content

Indy VDR Proxy Only

Pre-release
Pre-release
Compare
Choose a tag to compare
@KolbyRKunz KolbyRKunz released this 08 Feb 19:42

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',
                },
              ],
            }),
          },
        }