This repo contains a sample Neo N3 blockchain contract implementing the NEP-17 fungible token standard.
Note, if you're using VS Code Remote Container or GitHub Codespaces, the devcontainer Dockerfile for this repo has all the prerequisites installed.
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
Installing on MacOS requires installing rocksdb via Homebrew.
$ brew install rocksdb