dfinity / grant-rfps

Grant RFPs and Bounties

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RFP-2: Agents - Libraries for secure integration with the IC

domwoe opened this issue · comments

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

Acceptance Criteria

References

I found the Ruby agent.
I will tell you where it is if you give me collaborator status.

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

https://cdn.discordapp.com/attachments/1056016593261445122/1126168399911850135/Screenshot_2023-07-05-08-07-45-974.jpg

I saw a Dfinity tweet mention the Ruby Agent but had no link.
I replied asking for link. No response.
I replied again explaining I had searched the discord and asked you
https://cdn.discordapp.com/attachments/1056016593261445122/1126168858600943626/Screenshot_2023-07-05-08-12-26-254.jpg

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.
Instead we have wasted time discussing here.

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.

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.

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.