an open-source, unofficial giveaway tool for Skyweaver cards. The whole giveaway process can be seen on-chain and the randomization is verified by Chainlink VRF.
- hardhat folder
- front-end folder
Contains the AirChrysalis.sol
contract
which is being used for the giveaways.
To run tests locally:
- yarn
- yarn test
- yarn coverage (to check coverage of the tests)
Front-end application written on svelte.js
To run the front-end locally (no .env needed):
- yarn/npm install
- npm run dev
it will start the local server on https://localhost:3000 (https is needed to send request to sequences APIs to avoid CORS errors)