A project built in JavaScript, with the purpose of helping to understand the basic process of a blockchain.
Built with Marko 6 (Tags API) and @marko/run on top of Vite.
- Node.js >= 22
npm installStart the dev server (with hot reloading):
npm run devThen open http://localhost:3000
npm run build # production build
npm run preview # serve the production build
npm run format # format the source with prettier