filecoin-project / filecoin-project/fvm-example-actors
Native Domain Name Registry Actor
Open
- Dominant language
- Solidity
- Stars
- 9
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Build native actor sample targeting ref-fvm that implements a basic domain name service. The functionality of this actor is the ability to:
- Register a human readable domain name that points to a FIL wallet.
- Change the FIL wallet address assigned to a domain name.
- Retrieve FIL wallet address from domain name.
- Unregister/release a domain name.
Registration should incur a registration fee, and releasing a domain name should refund 50% of the initial fee.
Related: https://github.com/filecoin-project/devgrants/issues/562
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.