Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.18 KB

readme.md

File metadata and controls

32 lines (21 loc) · 1.18 KB

Neo N3 Domain Registrar Smart Contract Sample

This repo contains the Domain Smart Contract sample updated for Neo N3 RC1 and with additional assets that can be used with the Neo 3 RC1 version of the Neo Blockchain Toolkit.

Prerequisites

Note, if you're using VS Code Remote Container or GitHub Codespaces, the devcontainer Dockerfile for this repo has all the prerequisites installed.

Ubuntu Prerequisites

Installing on Ubuntu 18.04 or 20.04 also requires installing libsnappy-dev and libc6-dev via apt-get.

$ sudo apt install libsnappy-dev libc6-dev -y

MacOS Prerequisites

Installing on MacOS requires installing rocksdb via Homebrew.

$ brew install rocksdb