0.0.0-9efb02ae • Published 8 months ago

opoo-sdk v0.0.0-9efb02ae

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Optimistic Oracle SDK

License: MIT

⚠️ The code is under development, tread with caution.

Overview

Lightweight and user-friendly wrapper around OpOO contracts. The SDK will be a wrapper for blockchain calls, and will support all of the shared interfaces mirroring all of the oracle’s and the modules’ functions in the Smart Contracts.

The SDK will also support adding custom modules so that any developer can create and use modules specific to their use case.

Setup

To build it locally, run:

git clone git@github.com:defi-wonderland/opoo-sdk.git
cd
yarn install
yarn build

Installation

You can install the sdk via yarn:

yarn add opoo-sdk

Structure

~~ Structure ~~
├── examples: Simple examples that use the sdk
├── docs: Documentation for the sdk
├── src: The sdk scripts and logic
│   ├─── types/: All the contract types and defined types
│   │    ├─── Oracle: The oracle class
│   │    ├─── Module: The general module class
│   │    ├─── X_Modules: The rest of the modules as interfaces
│   │    └───  ...
│   ├─── utils/: General util functions we will need
│   │    ├─── batching: Util responsible to batch calls
│   │    ├─── chain constants: Addresses and general constants
│   │    └─── other utils like handling pinata etc
│   ├─── provider.ts: Handles different providers and networks
│   ├─── Oracle.ts: The main logic of the oracle sdk
|   └─── ...
├── tests: Tests for the sdk
│   ├─── helpers/: Helpers needed for the tests
│   └─── ...
├── README.md

Contributors

Optimistic Oracle SDK was built with ❤️ by Wonderland.

Wonderland is a team of top Web3 researchers, developers, and operators who believe that the future needs to be open-source, permissionless, and decentralized.

DeFi sucks, but Wonderland is here to make it better.

0.0.0-6941a053

8 months ago

0.0.0-07b540ca

8 months ago

0.0.0-5ee8e49d

8 months ago

0.0.0-235a44d0

8 months ago

0.0.0-67457004

8 months ago

0.0.0-05fb1071

8 months ago

0.0.0-be92fdb2

8 months ago

0.0.0-83e31c72

8 months ago

0.0.0-7fe88a37

8 months ago

0.0.0-b65c5d70

8 months ago

0.0.0-5ec9de13

8 months ago

0.0.0-de747924

8 months ago

0.0.0-843ad820

9 months ago

0.0.0-013260d1

9 months ago

0.0.0-7788dd0c

9 months ago

0.0.0-db125cea

9 months ago

0.0.0-d7e5437c

9 months ago

0.0.0-dd181e37

9 months ago

0.0.0-145bffd1

9 months ago

0.0.0-6adf996b

9 months ago

0.0.0-f3adcae9

9 months ago

0.0.0-d14edb75

9 months ago

0.0.0-418bbe26

9 months ago

0.0.0-74c8af3c

9 months ago

0.0.0-71dd5071

9 months ago

0.0.0-53106a21

9 months ago

0.0.0-163ad586

9 months ago

0.0.0-fd9fc455

9 months ago

0.0.0-c9bcf144

9 months ago

0.0.0-82258b14

9 months ago

0.0.0-5a561e3b

9 months ago

0.0.0-db540470

9 months ago

0.0.0-d7086e22

9 months ago

0.0.0-5254e7b5

9 months ago

0.0.0-bb9c74cd

10 months ago

0.0.0-0f3f4f0b

10 months ago

0.0.0-2914fbf1

10 months ago

0.0.0-fc2f1a32

10 months ago

0.0.0-bdb4409e

10 months ago

0.0.0-3acef95e

10 months ago

0.0.0-6c679453

10 months ago

0.0.0-a5707ed2

10 months ago

0.0.0-6e10de85

10 months ago

0.0.0-9efb02ae

10 months ago