mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-service.git
synced 2026-09-21 16:52:03 -07:00
Consumer Simulation E2E Test
The files in this directory simulates a consumer of web services, using JSON RPC over IPFS. It starts a new IPFS node that connects to the ipfs-bch-wallet-service and exercises each JSON RPC endpoint.
Instructions
Execute these steps in order to run the test:
- Run your local copy of ipfs-bch-wallet-service service provider.
- Update the test-data.json file with the IPFS ID of the ipfs-bch-wallet-service.
- In another terminal, run the client simulation with
node client.e2e.js