SkillAgentSearch skills...

MyCryptoLink

No description available

Install / Use

/learn @SimCoderYoutube/MyCryptoLink
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Version License: GPL v3 image image image

<!-- PROJECT LOGO --> <br /> <p align="center"> <a href="https://github.com/SimCoderYoutube/MyCryptoLink"> <img src="images/logo512.png" alt="Logo" width="80" height="80"> </a> <h3 align="center">MyCryptoLink</h3> <p align="center"> A web application to share your wallets easily with just one link <br /> <a href="https://github.com/SimCoderYoutube/MyCryptoLink"><strong>Explore the docs »</strong></a> <br /> <br /> <a href="https://www.mycryptolink.me">View Working website</a> · <a href="https://github.com/SimCoderYoutube/MyCryptoLink/issues">Report Bug</a> · <a href="https://github.com/SimCoderYoutube/MyCryptoLink/issues">Request Feature</a> </p> </p> <!-- TABLE OF CONTENTS --> <details open="open"> <summary><h2 style="display: inline-block">Table of Contents</h2></summary> <ol> <li> <a href="#about-the-project">About The Project</a> <ul> <li><a href="#built-with">Built With</a></li> </ul> </li> <li> <a href="#getting-started">Getting Started</a> <ul> <li><a href="#prerequisites">Prerequisites</a></li> <li><a href="#installation">Installation</a></li> </ul> </li> <li><a href="#roadmap">Roadmap</a></li> <li><a href="#contributing">Contributing</a></li> <li><a href="#support">Support</a></li> <li><a href="#license">License</a></li> <li><a href="#contact">Contact</a></li> </ol> </details> <!-- ABOUT THE PROJECT -->

About The Project

alt text

This project is similar to LinkTree and aims to allow anyone to easily share their crypto wallet addresses with anyone with just one easy link.

It is specifically important for anyone with an online presence that wants to receive donations as it offers a clean way of giving this donation option without the need to typing an address each and every single time someone asks for it.

Built With

<!-- GETTING STARTED -->

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g
    

💻 Installation

  1. Clone the repo

    git clone https://github.com/SimCoderYoutube/MyCryptoLink.git
    
  2. Install NPM packages

    npm install
    
  3. Firebase

    1. Create a Firebase project
    2. Start Realtime database (it won't get used but it needs to be initialized)
    3. Enable Firestore and paste the firestore_rules.txt into the rules tab
    4. Go to authentication and enable google sign in
    5. Go to project settings and add a web app
    6. Copy the firebaseConfig and paste it into frontend/src/App.js replacing the current firebaseConfig
    7. Deploy the firebase function with the in backend/index.js file
  4. Run

    npm start
    
<!-- ROADMAP -->

Roadmap

See the open issues for a list of proposed features (and known issues).

<!-- CONTRIBUTING -->

➕ Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. Please check the Wiki

🌟 Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 SimCoder.

This project is GPL 3 licensed. Some of the dependencies are licensed differently.

<!-- CONTACT -->

👤 Contact

SimCoder

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated2mo ago
Forks30

Languages

JavaScript

Security Score

85/100

Audited on Jan 18, 2026

No findings