# Ethers.js Integration
**Original Project**: [ethers.js](https://github.com/ethers-io/ethers.js)
**License**: MIT
**Original Author**: Richard Moore
**Version**: v6.x
## About ethers.js
ethers.js is a complete, compact and simple library for Ethereum and other EVM-compatible blockchains.
## Original Copyright Notice
```
MIT License
Copyright (c) 2019 Richard Moore
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
```
## Integration into Universal Crypto MCP
This project is integrated into Universal Crypto MCP to provide:
- EVM blockchain connectivity
- Contract interaction capabilities
- Wallet management
- Transaction signing
**Integration by**: Nicholas (github.com/nirholas, x.com/nichxbt)
**Integration layer**: See `src/integrations/ethers/`
## Modifications
- Added MCP protocol compatibility
- Integrated with Universal Crypto MCP command system
- Added multi-chain configuration
## Original Repository
https://github.com/ethers-io/ethers.js
## Documentation
See original documentation: https://docs.ethers.org/
---
**Note**: This is a third-party integration. All credit for the core ethers.js functionality goes to Richard Moore and contributors.