DegenCard is a fun tool to track your Solana memecoin trading activities. It records your winning and losing tokens, monthly PNL and compares the result with other users. DegenCard is a showcase of SYNQ UBI.
SYNQ is s a data-driven UBI platform designed to help crypto projects discover and engage high-value users. By integrating on-chain and off-chain user profiles, dApps can customize tools like DegenCard to encourage sustained participation. As the platform’s data engine grows, it enhances targeting precision and strengthens retention strategies, making it an increasingly valuable asset for dApps focused on growth and engagement.
How to install and set up the project locally.
- Clone the repository:
git clone https://github.com/ARPA-Network/degencard.git
- Navigate to the project directory:
cd degencard
- Install dependencies:
npm install
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
We welcome contributions from the community! Here are some guidelines to follow:
If you encounter any bugs or have feature requests, please open an issue on our GitHub repository. Provide a clear description of the problem or feature request, along with steps to reproduce the issue if applicable.
- Fork the repository and create a new branch for your feature or bug fix.
- Make your changes and ensure that the code follows our coding style and conventions.
- Write tests for your changes if applicable.
- Commit your changes with a descriptive commit message.
- Push your changes to your forked repository.
- Open a pull request against the main repository, providing a detailed description of your changes.
We follow the standard JavaScript and TypeScript coding conventions. Please ensure that your code is properly formatted and adheres to these conventions.
We strive to maintain a high level of code quality and test coverage. When contributing new features or bug fixes, please include appropriate tests to ensure the stability and reliability of the codebase.
This project is licensed under the MIT License.