An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Mimic Protocol

Blockchain execution protocol



Build


Discord


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)