Official source for wmint.org.
This repository contains the public WebMint website, litepaper and developer documentation pages. The site is static and does not collect wallet keys, private keys or seed phrases.
- Home: wmint.org
- Litepaper: wmint.org/litepaper
- Documentation: wmint.org/docs
- GitHub profile: WebMintX
- Verified WMINT contract: Etherscan
npm install
npm run devnpm run checkThe checks validate JavaScript syntax, official contract links and public text.
Deployment uses Cloudflare Wrangler and updates the existing production Worker
connected to wmint.org.
npm run deployRun npm run check before every deployment. Cloudflare authentication is kept
outside this repository.