https://github.com/mimic-protocol/tooling
Mimic Protocol Tooling
https://github.com/mimic-protocol/tooling
automation blockchain defi ethereum execution intent-based mimic
Last synced: 3 days ago
JSON representation
Mimic Protocol Tooling
- Host: GitHub
- URL: https://github.com/mimic-protocol/tooling
- Owner: mimic-protocol
- License: gpl-3.0
- Created: 2025-01-07T12:41:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-05T20:35:24.000Z (8 days ago)
- Last Synced: 2026-02-06T00:41:14.614Z (8 days ago)
- Topics: automation, blockchain, defi, ethereum, execution, intent-based, mimic
- Language: TypeScript
- Homepage:
- Size: 1.3 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Blockchain execution protocol
Content •
Setup •
Security •
License
---
## Content
This repo includes all development tools required to build automated functions for Mimic Protocol
## Setup
To set up this project you'll need [git](https://git-scm.com) and [yarn](https://classic.yarnpkg.com) installed.
From your command line:
```bash
# Clone this repository
$ git clone https://github.com/mimic-protocol/tooling
# Go into the repository
$ cd tooling
# Install dependencies
$ yarn
```
## Security
To read more about our auditing and related security processes please refer to the [security section](https://docs.mimic.fi/miscellaneous/security) of our docs site.
However, if you found any potential issue in any of our smart contracts or in any piece of code you consider critical
for the safety of the protocol, please contact us through security@mimic.fi.
## License
This project is licensed under the GNU General Public License v3.0.
See the [LICENSE](./LICENSE) file for details.
### Third-Party Code
This project includes code from [The Graph Tooling](https://github.com/graphprotocol/graph-tooling), licensed under the MIT License.
See the [LICENSE-MIT](https://github.com/graphprotocol/graph-tooling/blob/27659e56adfa3ef395ceaf39053dc4a31e6d86b7/LICENSE-MIT) file for details.
Their original license and attribution are preserved.
---
> Website [mimic.fi](https://mimic.fi) ·
> Docs [docs.mimic.fi](https://docs.mimic.fi) ·
> GitHub [@mimic-fi](https://github.com/mimic-fi) ·
> Twitter [@mimicfi](https://twitter.com/mimicfi) ·
> Discord [mimic](https://discord.mimic.fi)