Mocked website to test the cardano-simple-script-vesting library for claiming vested tokens with a Nami wallet.
You can do it using cardano-cli (cf. tuto).
Send funds to the generated address(es).
Note: You can get testnet ADA from the faucet.
Edit the toClaim
object in the index.ts file replacing address
, ̀requireTimeAfterSlot
, requireSignature
, currencySymbol
and tokenName
by the values corresponding to the ones you have set in the previous steps.
Create a Blockfrost account and create a "project" on a Testnet.
Rename the config_example.ts file:
mv config_example.ts config.ts
Replace the network and API key in the config.ts file.
npm install
npm run start
Go to http://localhost:8080 and claim funds.