# Access Control and Ownership Management Library for Ethereum Contracts This library provides a set of utilities for managing access control and ownership of Ethereum-based smart contracts. Built with [ethers-rs](https://github.com/gakonst/ethers-rs), the library offers streamlined methods for creating contract instances and interacting with them on the Ethereum network. ## Features - **Access Manager**: Create and manage contract instances using ABI files for flexible interactions. - **Ownable Contract Management**: Easily instantiate contracts with ownership functionality.