OrbitToken is an decentralized platform that allow users to create custom tokens on solana, transfer tokens, see token portfolio, transfer sol and many more.
- React
- TypeScript
- Recoil
- Web3.js
- Framer Motion
- Shadcn UI
- Tailwind CSS
To clone the repository locally, use the following commands:
git clone https://github.com/your-username/OrbitToken.git
cd OrbitToken
npm install
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=
npm run dev
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.