Hello community.
I have being reading the IC interface specification at The Internet Computer Interface Specification :: Internet Computer
Currently I am doing some experiments on my free time for developing a simple java client using the HTTP interface.
My plan is to build a java library that could be used in java code outside the IC to perform, calls, queries, status requests, etc, on canisters on the IC (using the http interface)
After playing around for a while, I am still unable to talk to the local development instance on port 8000 to request paths like the ones described on The Internet Computer Interface Specification :: Internet Computer
However, I am already sucessfully talking to https://ic0.app, at endpoint /api/v2/status and retrieving+decoding the cbor-encoded data returned.
- Does the local development dfx has the http interface described in the spec?
- Anyone else doing something like this?
- Can a more IC-experienced developer point me in the right directions for this kind of project development?
Thank you