Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manifoldfinance/multicall-framework
Multicall Typescript Monorepo/SDK
https://github.com/manifoldfinance/multicall-framework
batch-rpc defi eth ethereum json-rpc rpc typescript
Last synced: about 1 month ago
JSON representation
Multicall Typescript Monorepo/SDK
- Host: GitHub
- URL: https://github.com/manifoldfinance/multicall-framework
- Owner: manifoldfinance
- Created: 2021-01-12T05:24:09.000Z (almost 4 years ago)
- Default Branch: trunk
- Last Pushed: 2021-08-20T08:39:35.000Z (over 3 years ago)
- Last Synced: 2024-05-19T00:36:43.052Z (8 months ago)
- Topics: batch-rpc, defi, eth, ethereum, json-rpc, rpc, typescript
- Language: TypeScript
- Homepage:
- Size: 4.12 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# manifold-cabal
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)## Packages
| Project | Package | Version | Links |
| ----------- | ---------------------------------------------- | ----------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| **YCabal** | [`YCabal`](https://npmjs.com/package/greeter) | [![latest](https://img.shields.io/npm/v/greeter/latest.svg)](https://npmjs.com/package/greeter) | [![README](https://img.shields.io/badge/README--green.svg)](/packages/greeter/README.md) |**Packages**
| Package | Description |
| :-------------------------------------------------- | :------------------------------------------------------------------------------------- |
| **[ethrpc-multicall](packages/ethrpc-multicall/)** | Multi RPC Call via single HTTP query. ethers v5. |
| **[web3-multicall](packages/web3-multicall/)** | Make multiple Ethereum network requests in a single HTTP query. ethcall for ethers v5. |
| **[ycabal-frontend](packages/ui/)** | |
| **[ycabal-multicall](packages/cabal-multicall/)** | transparently wrap ethers contracts to use the Multicall contract |
| **[ycabal-relay-wrapper](packages/relay-wrapper/)** | wraps standard ethers contracts to use a relayer |
| **[ycabal-wallet](packages/eoa/)** | Gnosis safe for relaying |