An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Join the community on GitHub Discussions](https://badgen.net/badge/join%20the%20discussion/on%20github/black?icon=github)](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)