https://github.com/joticajulian/koinos-claim
website to claim koins
https://github.com/joticajulian/koinos-claim
Last synced: 27 days ago
JSON representation
website to claim koins
- Host: GitHub
- URL: https://github.com/joticajulian/koinos-claim
- Owner: joticajulian
- License: mit
- Created: 2022-08-18T10:49:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T19:03:17.000Z (7 months ago)
- Last Synced: 2025-04-23T00:13:50.285Z (27 days ago)
- Language: HTML
- Size: 795 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# koinos-claim
website to claim koins. It uses Metamask to prove the ownership of the tokens and Kondor to send the transaction to the koinos blockchain.
You can test it here: https://joticajulian.github.io/koinos-claim/Install dependencies
```
yarn install
```Start the server
```
yarn start
```The website will be available in http://localhost:8081