https://github.com/mimic-protocol/contracts
Mimic Protocol Contracts
https://github.com/mimic-protocol/contracts
automation blockchain defi ethereum execution intent-based mimic solana
Last synced: 17 days ago
JSON representation
Mimic Protocol Contracts
- Host: GitHub
- URL: https://github.com/mimic-protocol/contracts
- Owner: mimic-protocol
- License: gpl-3.0
- Created: 2025-01-07T12:40:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-20T20:29:52.000Z (23 days ago)
- Last Synced: 2026-01-20T21:28:59.886Z (23 days ago)
- Topics: automation, blockchain, defi, ethereum, execution, intent-based, mimic, solana
- Language: TypeScript
- Homepage:
- Size: 956 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
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 contains all the packages related to Mimic Protocol contracts.
## Setup
To set up this project you'll need [git](https://git-scm.com), [yarn](https://classic.yarnpkg.com) and [Anchor](https://www.anchor-lang.com/docs/installation) installed.
From your command line:
```bash
# Clone this repository
$ git clone https://github.com/mimic-protocol/contracts
# Go into the repository
$ cd contracts
# 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.
---
> 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)