An interface for Vehicle Registration Token project, a protocol to trace vehicles ownership and history on Ethereum blockchain.
- Docker
- NodeJS
- Before starting interface you need to run Vehicle Registration Token (VRT) - Core.
git clone https://github.com/1M4nt0/vrt-interface
cd vrt-interface
npm install
cd docker
docker compose up -d