Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starcoinorg/starcoin-airdrop
Aridrop Claiming Dapp for the Starcoin DAO
https://github.com/starcoinorg/starcoin-airdrop
airdrop blockchain dao dapp governance starcoin
Last synced: about 1 month ago
JSON representation
Aridrop Claiming Dapp for the Starcoin DAO
- Host: GitHub
- URL: https://github.com/starcoinorg/starcoin-airdrop
- Owner: starcoinorg
- Created: 2021-08-09T15:56:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T10:11:00.000Z (about 2 years ago)
- Last Synced: 2024-12-23T18:45:32.799Z (about 1 month ago)
- Topics: airdrop, blockchain, dao, dapp, governance, starcoin
- Language: TypeScript
- Homepage: https://airdrop.starcoin.org
- Size: 893 KB
- Stars: 0
- Watchers: 13
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Source code of [Starcoin Airdop](https://airdrop.starcoin.org).
## How to develop
In the project directory, you can run:
```
export REACT_APP_STARCOIN_AIRDROP_API_URL=https://api-airdrop.starcoin.org
yarn start
```Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.\
You will also see any lint errors in the console.## How to deploy
```
yarn build
```Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!