[FEATURE] Create Project Registry Contract #10
Labels
feature-request
new feature request
smart-contracts
Sorobon smart contract
stellar
stellar specific build
Milestone
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
Resources
The text was updated successfully, but these errors were encountered: