Skip to content

IC-Naming/icnaming

Repository files navigation

IC Naming

This repository contains the canister and canister-related components of IC Naming. You can own your web3 name with IC Naming.

Development

Open src folder with Visual Studio Code with Remote Dev Tools extension, and load the source code in the container.

./sh_setup_dev.sh
./sh_go.sh

Build on Windows

If you want to build this project on Windows, please install something below:

OpenSSL

install vcpkg https://vcpkg.io/en/getting-started.html

  • ./vcpkg.exe install openssl-windows:x64-windows
  • ./vcpkg.exe install openssl:x64-windows-static

set env:

OPENSSL_DIR="\installed\x64-windows-static"

Browser Extensions

You can find source code of the browser extension in the icnaming-browser-extensions repository.

Screenshots

search_name

set_values

browser-extensions