TrotelCoin's app is the central component of the TrotelCoin project. This application serves as the user interface, facilitating interaction with the platform and enhancing the overall learning experience.
The application is developed using various technologies, including:
- NextJS: A React-based web framework.
- Yarn: Package manager for efficient dependency management.
- Tailwind: A utility-first CSS framework.
- PostgreSQL: A powerful, open-source relational database.
- wagmi.sh: A library containing useful hooks to interact with EVM blockchains.
All the code within this project is open-source, reflecting our commitment to complete transparency. We adhere to the principle of "Don't trust, verify." Users should have the ability to independently launch and verify the project. Follow the steps below to set up the TrotelCoin app on your local machine.
- Clone the Repository:
git clone https://github.com/TrotelCoin/trotelcoin-app
- Install Dependencies: Execute the following command to install all the necessary packages using Yarn.
yarn
- Build the Project: Build the project using the following command.
yarn build
This TrotelCoin repository is licensed under the [MIT License].
Feel free to participate in our open-source project. We are confident that collaborative efforts and open-source contributions can lead to significant achievements.