Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.25 KB

README.md

File metadata and controls

56 lines (44 loc) · 1.25 KB

OrbitToken

📖 Introduction

OrbitToken is an decentralized platform that allow users to create custom tokens on solana, transfer tokens, see token portfolio, transfer sol and many more.

🛠️ Technologies Used

  • React
  • TypeScript
  • Recoil
  • Web3.js
  • Framer Motion
  • Shadcn UI
  • Tailwind CSS

🚀 Getting Started

Cloning the Repository

To clone the repository locally, use the following commands:

git clone https://github.com/your-username/OrbitToken.git 
cd OrbitToken

Installation

npm install

Configuration

Create a .env file in the root folder of your project. Update it following the convention of the .env.example file. Here's an example:

DEVNET_RPC_URL=
MAINNET_RPC_URL=
PINATA_API_KEY=
PINATA_SECRET_KEY=

Running the Project

npm run dev

🤝 Contribution Guide

I hearty welcome contributions! Please follow these steps:

  • Fork the repository.
  • Create a new branch (git checkout -b feature-branch-name).
  • Make your changes and commit them (git commit -m "Add feature description").
  • Push your changes (git push origin feature-branch-name). Create a Pull Request.

Thank you for checking out this project! Feel free to open an issue if you have any questions or suggestions.