0.0.2 • Published 12 months ago

@azoyalabs/stakedrops-listing v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

Stakedrops listing

This repository holds the information for the Fetchstation app to list upcoming stakedrops.

Stakedrop info

To add a new drop, you need to create a new JSON file under the drops folder.

The content of the file should be like this:

{
    "name": "Veum Stroman",
    "website": "https://loremflickr.com/640/480/business",
    "description": "Carbonite web goalkeeper gloves are ergonomically designed to give easy fit",
    "ends": "2024-05-07T14:20:56.507Z",
    "start": "2023-08-16T07:59:50.479Z",
    "logo": "https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/705.jpg",
    "socials": {
        "telegram": "",
        "github": "",
        "twitter": ""
    },
    "type": "blockchain",
    "claim": ""
}

The name of the file should be a slug. Following our example Veum Stroman that would be veum-stroman

Type can either be blockchainor project. With blockchain to be preferred for launching actual chains.

0.0.2

12 months ago

0.0.1

12 months ago