dfinity / grant-rfps

Grant RFPs and Bounties
Apache License 2.0
52 stars 11 forks source link

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

Closed domwoe closed 4 months ago

domwoe commented 1 year ago

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

icwizardmonke commented 1 year ago

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

domwoe commented 1 year ago

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.

icwizardmonke commented 1 year ago

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.

icwizardmonke commented 1 year ago

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.

domwoe commented 1 year ago

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.

domwoe commented 12 months ago

@icwizardmonke FYI, this repo should be ready to accept external contributions now.

gromakovsky commented 10 months ago

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.

domwoe commented 10 months ago

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.