This repository contains the canister and canister-related components of IC Naming. You can own your web3 name with IC Naming.
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
If you want to build this project on Windows, please install something below:
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"
You can find source code of the browser extension in the icnaming-browser-extensions repository.