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] Round Factory #11

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

[FEATURE] Round Factory #11

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

codingshot commented May 13, 2024

Problem

Need an upgradable contract to deployed other rounds contracts

User Story(s):

As a round manager, I want to be able to deploy my own rounds from the contract, so I can setup a round with no knowledge of smart contract devleopment.

Description

A round factory contract is a contract that deploys round smart contracts. This is where initial configurations are created. A round factory contract may initially be permissioned to only certain deployers to prevent spamming of the creation of rounds in initial phases

Whitelist: bool // indicates whether the whitelist is on, who can deploy this contract
createRound(roundParams)
getAllRounds() // can be used to check voting, application, and payout statuses to display on explore apge

Limitations

  • estimate gas limits associated with this
  • maybe confusing to set voter requirements or project registry before its created

Resources

@codingshot codingshot added feature-request new feature request smart-contracts Sorobon smart contract labels May 13, 2024
This was referenced May 13, 2024
@codingshot codingshot added the stellar stellar specific build label Jun 21, 2024
@emarai emarai linked a pull request Jun 27, 2024 that will close this issue
@cryingraven cryingraven removed a link to a pull request Jul 5, 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