-
Notifications
You must be signed in to change notification settings - Fork 10
RequestMembership
ChenchenYo edited this page Feb 28, 2019
·
1 revision
To request membership, the prospective member needs to call requestMembership()
function.
When the transaction is sucessful, whitelisters can start verification process. If the application is accepted, whitelisters can whitelistApplicant()
:
After two whitelisters approve the application, the account that initiated the membership request is ready to become a new member. The only step left is to pay the membership fee. It is sufficient for the account to transfer the required minimum amount of cryptocurrency (by default, ETH) along with the payMembershipFee()
function.
Code base and technical description are developped by Validity Labs
Setup
Process and architecture
- Request Membership
- Propose and vote
- Architecture
Code development
- Technical specifications
- Future Development