cw-nameservice

Crates.iocw-nameservice
lib.rscw-nameservice
version0.10.0
sourcesrc
created_at2020-02-27 13:37:17.485894
updated_at2021-05-27 09:34:16.58989
descriptionA name service
homepage
repositoryhttps://github.com/CosmWasm/cosmwasm-examples
max_upload_size
id213093
size93,200
Developers (github:confio:developers)

documentation

README

Name Service

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

Commit count: 578

cargo fmt