> For the complete documentation index, see [llms.txt](https://enetecosystem.gitbook.io/e-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enetecosystem.gitbook.io/e-network/technical-aspects/technology-stack.md).

# Technology stack

### Backend:&#x20;

Building a reliable and secure backend infrastructure using Solidity smart contracts requires careful planning, testing, and thorough security audits. We have employed experienced blockchain developers who are well-versed in smart contract development and Ethereum. Which is essential for the successful implementation of Enetwallet Account Abstraction wallet.

### Frontend:

Our platform's front-end is designed to offer users an intuitive and user-friendly interface, accomplished through the use of React.js. Leveraging React.js empowers us to deliver a seamless and responsive user experience across a range of devices, users  can expect a consistent and visually engaging experience. React.js enables us to efficiently handle complex interactions and real-time data updates, enhancing the overall usability and interactivity of our application.

Enetwallet distinguishes itself through a technologically advanced foundation that underscores its capabilities and user experience. It is built upon the following key technological pillars:

### **Security and privacy**:&#x20;

Enetwallet employs robust security measures, including advanced encryption and secure key management, to safeguard users' funds and private data. Multi-factor authentication and biometric login options further enhance account security.

### **Account Abstraction:**&#x20;

Enetwallet utilizes ERC-4337 account abstraction standard, allowing users to interact with decentralized applications (dApps) without needing to hold Ether (ETH) to cover transaction fees. Instead, the wallet covers transaction fees on behalf of users, making it more user-friendly and reducing the complexity of fee management.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://enetecosystem.gitbook.io/e-network/technical-aspects/technology-stack.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
