All Projects â†’ DeFiCh â†’ whale

DeFiCh / whale

Licence: MIT License
The super index for DeFi Blockchain to simplify DeFi light implementation. 🚧 Consolidating into DeFiCh/jellyfish as a single monorepo project.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to whale

scan
DeFi Scan, everything one-stop location for DeFi Blockchain. Powered by jellyfish & ocean network.
Stars: ✭ 31 (+82.35%)
Mutual labels:  finance, decentralized, index, dfi, defi
wallet
DeFiChain Wallet. The DeFi Blockchain Light Wallet for iOS, Android & Web. + Desktop Coming Soon
Stars: ✭ 112 (+558.82%)
Mutual labels:  finance, decentralized, dfi, defi
defiprime
All things #DeFi - trustless and transparent financial products built on top of the blockchain.
Stars: ✭ 117 (+588.24%)
Mutual labels:  finance, decentralized, defi
setprotocol.js
ðŸĨž Javascript library for a collateralized basket of ERC20 tokens
Stars: ✭ 57 (+235.29%)
Mutual labels:  decentralized, defi
conceal-desktop
Conceal Desktop (GUI)
Stars: ✭ 65 (+282.35%)
Mutual labels:  decentralized, defi
app-ui
DEUS app front-end
Stars: ✭ 20 (+17.65%)
Mutual labels:  finance, defi
rube
A multi-chain DeFi development toolkit for Elixir
Stars: ✭ 27 (+58.82%)
Mutual labels:  finance, defi
ap-monorepo
Monorepo containing all packages related to the ACTUS Protocol
Stars: ✭ 15 (-11.76%)
Mutual labels:  finance, defi
DeFi-Map
List of decentralized finance projects on Ethereum.
Stars: ✭ 49 (+188.24%)
Mutual labels:  decentralized, defi
defi-app-old
DeFi Blockchain desktop app for Windows, Linux and Mac.
Stars: ✭ 12 (-29.41%)
Mutual labels:  dfi, defi
blockhead
Crypto portfolio tracker, DeFi dashboard, NFT viewer and data explorer for the Ethereum/EVM-based blockchain ecosystem and the web 3.0-powered metaverse https://gitcoin.co/grants/2966/blockhead
Stars: ✭ 41 (+141.18%)
Mutual labels:  decentralized, defi
CherrySwap
🍒 Interest Swaps with a Cherry on Top 🍒
Stars: ✭ 45 (+164.71%)
Mutual labels:  defi
augmented-finance-protocol
High-yield lending and low-rate borrowing DeFi protocol
Stars: ✭ 28 (+64.71%)
Mutual labels:  defi
stockscore
A python project to fetch stock financials/statistics and perform preliminary screens to aid in the stock selection process
Stars: ✭ 54 (+217.65%)
Mutual labels:  finance
nyu-mlif-notes
📖 NYU é‡‘čžæœšå™Ļå­Ķäđ  äļ­æ–‡įŽ”čŪ°
Stars: ✭ 75 (+341.18%)
Mutual labels:  finance
IEX CPP API
Unofficial C++ Lib for the IEXtrading API
Stars: ✭ 34 (+100%)
Mutual labels:  finance
ygov-finance
Web repository for yfi staking and voting
Stars: ✭ 54 (+217.65%)
Mutual labels:  defi
rmi
A learned index structure
Stars: ✭ 51 (+200%)
Mutual labels:  index
open-psd2
An open source framework for using banking API's built for PSD2 regulation.
Stars: ✭ 20 (+17.65%)
Mutual labels:  finance
apr-oracle
On-chain APR aggregator for dYdX, Fulcrum, Compound, and Aave
Stars: ✭ 21 (+23.53%)
Mutual labels:  defi

CI codecov Maintainability TS-Standard

DeFi Whale

The super index for DeFi Blockchain to simplify DeFi light implementation.

🚧 Work in progress, DeFi Whale is considered Alpha Software. Use at your own risk, APIs are yet not finalized.

Developing & Contributing

Thanks for contributing, appreciate all the help we can get. Feel free to make a pull-request, we will guide you along the way to make it merge-able. Here are some of our documented contributing guidelines.

You need node v14, and npm v7 for this project, it's required to set up npm workspaces.

npm install

Testing

There are three types of tests required for DeFi Whale.

All types of tests required Docker as @defichain/testcontainers will automatically spin up regtest instances for testing. The number of containers it will spin up concurrently is dependent on your jest --maxConcurrency count. Test are known to be flaky due to the usage of multiple Docker containers for test concurrency.

Unit Testing

Unit testing are created to test each individual units/components of a software. As they are unit tests, they should be closely co-located together with the unit. They follow the naming semantic of *.spec.ts and placed together in the same directory of the code you are testing. Code coverage is collected for this.

End-to-end Testing

On top of unit tests, this provides additional testing that tests the entire lifecycle of DeFi whale. All dependencies and modules are integrated together as expected. They follow the naming semantic of *.e2e.ts and placed in the same directory as the component. Code coverage is collected for this.

For endpoints that are meant to be consumed by developer, the testing should be done in whale-api-cient. Dogfooding at its finest, tests should be written in packages/whale-api-client/__tests__ to test the e2e aspect of each endpoint.

Sanity Testing

On top of end-to-end testing, sanity testing is done after the docker image is build. This kind of testing is performed to ascertain the possibility of bugs within the workflow that generate the builds. To identify and determine whether a build artifact (docker) should be rejected. This is only done on CI and you are not expected to perform them manually.

Code coverage

Coverage is collected for unit and e2e tests at each pull request to main with codecov; more testing 🚀 less 🐛 = 😎

jest

Publishing

Docker images are published automatically to GitHub Container Registry (ghcr.io/defich). When a new GitHub releases is triggered, GitHub Action will automatically build the docker image in this repo and publish it. Two images are created for each release targeting linux/amd64 and linux/arm64. The latest tag will always be updated with the last release and semantic release is enforced for each release.

IntelliJ IDEA

IntelliJ IDEA is the IDE of choice for writing and maintaining this library. IntelliJ's files are included for convenience with basic toolchain setup but use of IntelliJ is totally optional.

Security issues

If you discover a security vulnerability in DeFi Whale, please see submit it privately.

License & Disclaimer

By using DeFi Whale (this repo), you (the user) agree to be bound by the terms of this license.

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].