-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added 2 sample project in /examples
#663
Conversation
Code Climate has analyzed commit 6646639 and detected 0 issues on this pull request. View more on Code Climate. |
✔️ Deploy Preview for jellyfish-defi ready! 🔨 Explore the source changes: 6b63344 🔍 Inspect the deploy log: https://app.netlify.com/sites/jellyfish-defi/deploys/61420a1b69b3880007e4e7d1 😎 Browse the preview: https://deploy-preview-663--jellyfish-defi.netlify.app |
size-limit report 📦
|
Codecov Report
@@ Coverage Diff @@
## main #663 +/- ##
==========================================
+ Coverage 97.54% 97.57% +0.02%
==========================================
Files 130 133 +3
Lines 3996 4034 +38
Branches 487 490 +3
==========================================
+ Hits 3898 3936 +38
Misses 98 98
Continue to review full report at Codecov.
|
What kind of PR is this?:
/kind chore
What this PR does / why we need it:
Added 2 sample projects in
/examples
:/ocean-dex-api
- Ocean DEX API - This is a very simple example to fetch live DEX Pool Pair information from ocean.defichain.com./ocean-masternodes-api
- DeFiChain Masternode - A very simple example to fetch Masternode information from ocean.defichain.com with pagination.These 2 are the first of many example projects that will be added to
DeFiCh/jellyfish
. As part of the consolidation effort #580, this is a great place to put all and everything related to the jellyfish ecosystem. Be it an example project or general API/SDK documentation.We will be adding more projects of different use cases and calibrate over the coming weeks.