If you have questions join https://t.me/mazetokens
If you like and use the app, consider keeping Microfi website url (https://microfi.eu) in credits
Donate Bitcoin Cash to: bitcoincash:qr8j9fzlmsdfy52n37pg2frqaddsjs99qyat9nwf88
To try the app with your CashTokens, you need to download the repository, change the wallet and token details in the "example_env.txt" and rename it to ".env". Change views/index.ejs and server.js for your needs (e.g. token details, hCaptcha, etc.). You can use a wallet seed phrese instead of WIF
#SEED="wallet seed phrase"
WIF="wallet private key"
#HCAPTCHA_SECRET=
PORT=3000
Open a command line and run:
npm i
npm start
Open browser: localhost:3000
You can host the app on e.g. https://onrender.com
Create a new web service, connect Git repository, set Environment variables (copy/paste Key and Value from .env, without " " and without PORT) and in settings use:
Build command npm i
Start command npm start
You can use e.g. Electron Cash wallet to distribute tokens or Microfi wallet
It is free for users, but you will need to send CashTokens and Bitcoin Cash to the app wallet address. Alternatively users can pay transactinion fee (about 2000 satoshi) if your app wallet address has 0 BCH.
You can use hCaptcha if you want (need to modify the code a bit: index.ejs, server.js and .env)
v. 1.0.2
-
removed token amount and tokenId from env (it is in server.js now)
-
updated frontend to collect a small amount of BCH if there are no funds in the app wallet
v. 1.0.1
-
added helmet npm
-
added WIF in .env
-
updated frontend
-
distribute MESH CRC20 CashToken
-
hCaptcha is optional (add/remove comments
//in server.js and<!-- -->in index.ejs and remove comment#in .env)
v. 1.0.0
Microfi Free Flow (XMI) Bitcoin Cash CashTokens.
The total supply of 1 million XMI was distributed for free.
Distribution ran from May 25, 2023 to June 28, 2023 (https://microfi.onrender.com)
Anyone could claim 100 Microfi Free Flow (XMI) CashTokens every hour.