Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-protocol/stakes.social
🥨 Stakes.social
https://github.com/dev-protocol/stakes.social
nextjs web-application
Last synced: about 2 months ago
JSON representation
🥨 Stakes.social
- Host: GitHub
- URL: https://github.com/dev-protocol/stakes.social
- Owner: dev-protocol
- License: mit
- Created: 2020-04-07T09:15:55.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T03:10:01.000Z (10 months ago)
- Last Synced: 2024-04-14T04:43:49.679Z (10 months ago)
- Topics: nextjs, web-application
- Language: TypeScript
- Homepage: https://stakes.social
- Size: 90.3 MB
- Stars: 71
- Watchers: 8
- Forks: 41
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![Stakes.socials logo](https://user-images.githubusercontent.com/73097560/126628639-b6756dd8-453e-4ab6-9d72-09ac4e9f16b0.png)
Stakes.social is the first official Dapp built on the Dev Protocol, released in June 2020. Stakes.social is a new sponsor platform where both developers and sponsors are rewarded with tokens if they support their favorite projects by staking DEV tokens.
![image](https://user-images.githubusercontent.com/73097560/132281122-64310cca-f8b6-40ba-8a4d-1327e415bcff.png)
[Live View](https://stakes.social/)
## Contributing guidelines
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Be sure to check our [contributing guidelines](https://github.com/dev-protocol/stakes.social/blob/main/.github/CONTRIBUTING.md)
## Installation / Requirements
```bash
# install npm packages
$ yarn# build deps
$ yarn build# web run
$ yarn workspace @dev/web start:dev
```## License