Skip to content

skromez/air-chrysalis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Air Chrysalis

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.

Contents

  • hardhat folder
  • front-end folder

Hardhat 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 folder

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published