Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1008 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 1008 Bytes

Ethereum Decentralized Timestamping

A dApp for decentralized timestamping on the Ethereum network.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Configure for deployment

Copy the example configuration from the .env.example file into the .env file and modify it according to your needs.
This step is required for development and for a production deployment.

Project Setup

yarn

Compile and Hot-Reload for Development

yarn dev

Compile and Minify for Production

yarn build

Run Unit Tests with Vitest

yarn test:unit

Lint with ESLint

yarn lint