Crates.io | cw-nameservice |
lib.rs | cw-nameservice |
version | 0.10.0 |
source | src |
created_at | 2020-02-27 13:37:17.485894 |
updated_at | 2021-05-27 09:34:16.58989 |
description | A name service |
homepage | |
repository | https://github.com/CosmWasm/cosmwasm-examples |
max_upload_size | |
id | 213093 |
size | 93,200 |
This is a CosmWasm derivation of Cosmos SDK's name service application
The goal of the application you are building is to let users buy names and to set a value these names resolve to. The owner of a given name will be the current highest bidder. In this section, you will learn how these simple requirements translate to application design.
Here is the tutorial for this application: tutorial