-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFP-2: Agents - Libraries for secure integration with the IC #4
Comments
I found the Ruby agent. |
Hey @icwizardmonke, we are aware of the Ruby agent (https://github.com/dfinity/awesome-internet-computer#ruby). There's no way to collaborate on a GitHub issue. |
Okay last time we spoke you didn't know where Ruby agent is I saw a Dfinity tweet mention the Ruby Agent but had no link. No response. On the relevant page, here in repo, there is no link to the Ruby Agent. I could have simply added it through pull request. |
If I am unable to be commit code and gain Contributor status, why would I participate in project? Edit: I just got caught up in the Discord. I see external contributions will be allowed soon. Thank you. |
I came across the repo for the Ruby agent only after our discussion, and I couldn't find our discussion anymore, because I just have too many Discord chats (I tried). Hence, I only added it to https://github.com/dfinity/awesome-internet-computer (btw this repo accepts external contributions). As mentioned in my first comment, Github doesn't allow PRs/contributions to issues. |
@icwizardmonke FYI, this repo should be ready to accept external contributions now. |
Are you open to supporting work on new agent implementations in programming languages that don't have them? E. g. Haskell. |
Hi @gromakovsky, yes, we are! The main ones we'd be interested in are a swift agent and driving the C++ for multiplatform Unreal Engine Development. Edit: If you are only interested in Haskell, I think the more interesting project would be a Haskel Canister Development Kit. |
Overview
An IC (Internet Computer) Agent is responsible for encoding and decoding messages used to communicate with the IC via its HTTPS interface, as well as verifying responses from the IC by checking the signature against the public key of the IC.
DFINITY is maintaining two IC agent implementations which can be seen in a template:
In addition, there are currently the following community-driven IC agent implementations with varying completeness:
We are open to supporting work on existing agent implementations if features are missing, and we might support additional implementations for languages/frameworks that already exist if there is a good reason for this. In addition, the following agent implementations are desired:
Currently, there are active projects for all agents that have been requested. If you need another client library, please get in touch.
Requirements
call
,read_state
,query
andstatus
.request id
using representation-independent hashingPrincipal
data type.read_state
API include a certificate that needs to be parsed (to look up the relevant information from the state tree) and verified. The public key of the IC must be hard coded in the software. For verification of responses from a local replica the public key needs to be fetched first.Acceptance Criteria
References
The text was updated successfully, but these errors were encountered: