Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuklaritvik06/trens
Trens
https://github.com/shuklaritvik06/trens
blazeapi ens nextjs tailwind
Last synced: 28 days ago
JSON representation
Trens
- Host: GitHub
- URL: https://github.com/shuklaritvik06/trens
- Owner: shuklaritvik06
- License: mit
- Created: 2024-03-22T13:44:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-26T16:27:24.000Z (11 months ago)
- Last Synced: 2025-01-08T17:22:06.666Z (about 1 month ago)
- Topics: blazeapi, ens, nextjs, tailwind
- Language: TypeScript
- Homepage:
- Size: 1.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
![Trens Logo](./public/logo_1.png)
Welcome to Trens! Trens is a web-based application built using Next.js.
![ENS Visualize](./public/ens.png)
![ETHEREUM CHAIN](./public/ethereum%20chain.png)
![POLYGON CHAIN](./public/polygon%20chain.png)
![NEW_VS_TRANSACTION_COUNT](./public/new_vs_transaction.png)
![HomePage](./public/home.png)
## Installation
To run Trens locally, follow these steps:
1. Clone the repository:
```
git clone https://github.com/shuklaritvik06/trens-frontend.git
```2. Navigate to the project directory:
```
cd trens-frontend
```3. Install dependencies:
```
npm install
```
4. Setup .env.local file```
Use the .env.example file to create your own .env.local file
```
5. You can get the Moralis API Key from https://moralis.io/5. Run the development server:
```
npm run dev
```6. Open your browser and visit `http://localhost:3000` to view the application.
### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.