https://github.com/baymac/buy-me-crypto
A platform for creators to allow fans to sponsor their work in crypto
https://github.com/baymac/buy-me-crypto
Last synced: over 1 year ago
JSON representation
A platform for creators to allow fans to sponsor their work in crypto
- Host: GitHub
- URL: https://github.com/baymac/buy-me-crypto
- Owner: baymac
- Created: 2021-09-20T08:20:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T05:30:18.000Z (over 4 years ago)
- Last Synced: 2025-01-23T01:23:31.090Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://buymecryp.to
- Size: 746 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/baymac/buy-me-crypto/discussions)
# Buy Me Crypto
Buy Me Crypto is a platform that makes it easier for creators to get funding from their fans using crypto. The app was built using React.js, Next.js and @solana/web3.js library.
## Prerequisites
The following dependencies are required to build and run this app:
- Install node (v14.18.1 recommended)
- Install yarn (v1.22.5 recommended)
The following dependencies are required to test this app:
- Phantom wallet (extension on your browser)
## Local Setup
1. Clone repo
2. Change into `app` directory
```
cd app
```
2. Setup Environment Variables (see .env.example)
3. Install NPM dependencies
```
yarn
```
4. Run App in development mode
```
yarn dev
```
## How to talk to us?
- If you have any questions, [join our discord server](https://discord.gg/dWXcA2R6Aj) or use [github discussions](https://github.com/baymac/buy-me-crypto/discussions).
- If you find any bug, create an [issue](https://github.com/baymac/buy-me-crypto/issues/new).
## Acknowledgements
This project was built during Solana Ignition Hackathon.
Maintainers:
- [Parichay](https://github.com/baymac)
- [Ishaan](https://github.com/IshaanDesai45)