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

Implement MembershipManager contract #3

Open
halink0803 opened this issue Nov 4, 2024 · 0 comments
Open

Implement MembershipManager contract #3

halink0803 opened this issue Nov 4, 2024 · 0 comments
Assignees

Comments

@halink0803
Copy link
Collaborator

Here is the create new membership contract workflow.

image

Create Membership

struct Membership {
        string name,
        uint256 duration,
        uint256 maxSupply,
        uint256 price
}

The membership contract should be able to

  • Create new Membership.
  • keep a record of membership sales.
  • Query membership sales

Required

  • SoulBoundNFTs Contract

  • EthTransfer Contract

@halink0803 halink0803 self-assigned this Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants