-
Notifications
You must be signed in to change notification settings - Fork 99
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
xgov-195-arcpay.md #195
xgov-195-arcpay.md #195
Conversation
First draft of Arcpay xGov proposal.
Updated based on pull request number
Made the Forum post after making the initial commit.
Made a mistake in ARCs for NFTs
The proposal is comprehensive and has only received feedback around clarification which requires additional media. That will be provided on the Forum directly, and the published doc. The milestones won't change.
Hi @Wild-er - I'm with the DevReal team at Foundation reviewing the technical deliverables of your proposal. Before proceeding, I have some feedback and questions: Note: I tested all the features on TestNet. Documentation: The documentation is well organized and written clearly, but some areas could use expansion:
Dashboard/UI: I successfully tested several features, including authentication, creating organizations, managing members via invitations, generating API keys, and generating listings. However, ran into issues with the following:
Security: When initializing the SDK in a browser environment, any API keys included in the client-side code are exposed to users. While you're restricting requests by domain, keep in mind that if you're checking the Potential Solutions:
Let me know if I'm misunderstanding your security posture here. The main consideration is whether you want these operations to be publicly accessible. If not, the authentication should be handled server-side where keys can remain private. SDK: During SDK testing, I successfully tested several core features, including initializing the client, retrieving listings, and creating listings. However, I encountered an issue when trying to buy listings, as the modal failed to load properly. I tested the integration using a vanilla React/TypeScript project bootstrapped with Vite. I'd appreciate your feedback on these findings and would be happy to discuss potential solutions. Please let me know if you'd like clarification on any specific points, you see a different approach to these issues, or if I've misunderstood any aspects of your current implementation. Thank you! |
We have implemented updates that should address all issues raised. Looking forward to the next review! |
All changes have been applied @gabrielkuettel !
We look forward to the next round of review! We greatly appreciate the rigorous approach :) |
First draft of Arcpay xGov proposal.