Skip to content
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

[FEATURE] Create Project Registry Contract #10

Open
codingshot opened this issue May 13, 2024 · 0 comments · May be fixed by #36
Open

[FEATURE] Create Project Registry Contract #10

codingshot opened this issue May 13, 2024 · 0 comments · May be fixed by #36
Assignees
Labels
feature-request new feature request smart-contracts Sorobon smart contract stellar stellar specific build

Comments

@codingshot
Copy link
Member

Problem

Need a registry contract where projects can update their information, that can be indexed against rounds

Description

Registry contract

Acceptance Criteria

Profile information tied to (name, description)
Admins: Specify who can edit information
Create project
Specify what payout address is (can be different address)
Past Funding
Relevant Links

Read
getAllprojects(): project[]
getProject(projectId)
getProjectAdmin(projectId): accountId[]

Based on gas costs associated with mainnnet, we may adjust this to be in line with our multichain project registry on NEAR or simply use a global database that has access-based controls. In the future, we may implement a multi-registry contract as a list like we have on our current NEAR implementation, allowing for self-curated registries from anyone.

Limitations

  • storage of information maybe difficult
  • make sure other round can index

Resources

@codingshot codingshot added feature-request new feature request smart-contracts Sorobon smart contract labels May 13, 2024
@codingshot codingshot added the stellar stellar specific build label Jun 21, 2024
@cryingraven cryingraven linked a pull request Jul 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request new feature request smart-contracts Sorobon smart contract stellar stellar specific build
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants