Topic: "yield"
youzan/zanphp
PHP开发面向C10K+的高并发SOA服务 和RPC服务首选框架
Language: PHP - Size: 2.65 MB - Last synced at: 5 months ago - Pushed at: about 8 years ago - Stars: 1,431 - Forks: 233
astoilkov/main-thread-scheduling
Fast and consistently responsive apps using a single function call
Language: TypeScript - Size: 394 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 1,332 - Forks: 34
loophp/collection
A (memory) friendly, easy, lazy and modular collection class.
Language: PHP - Size: 3.29 MB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 742 - Forks: 35
edubart/minicoro
Single header stackful cross-platform coroutine library in pure C.
Language: C - Size: 134 KB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 738 - Forks: 46
whatisaphone/genawaiter
Stackless generators on stable Rust.
Language: Rust - Size: 219 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 469 - Forks: 33
Xudong-Huang/generator-rs
rust stackful generator library
Language: Rust - Size: 373 KB - Last synced at: 14 days ago - Pushed at: 18 days ago - Stars: 358 - Forks: 47
jamboree/co2
A C++ await/yield emulation library for stackless coroutine
Language: C++ - Size: 335 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 331 - Forks: 32
lifeparticle/Ruby-Cheatsheet
💎 The Missing Cheatsheet for Ruby
Language: Ruby - Size: 1.11 MB - Last synced at: 14 days ago - Pushed at: 16 days ago - Stars: 217 - Forks: 34
Arvtesh/UnityFx.Async
Asynchronous operations (promises) for Unity3d.
Language: C# - Size: 6.24 MB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 184 - Forks: 14
ChevyRay/Coroutines
A simple system for running nested coroutines in C#.
Language: C# - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 131 - Forks: 13
zelang-dev/c-asio
A memory safe focus C framework, RAII, I/O, coroutine and other concurrency primitives.
Language: C - Size: 14.5 MB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 123 - Forks: 7
farm-army/farm-army-backend
Track your farming and pool performance on the Binance Smart Chain, Polygon, Fantom, KuCoin Community Chain, Harmony, Celo - https://farm.army - nodejs backend
Language: JavaScript - Size: 2.07 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 107 - Forks: 63
neurosnap/cofx
A node and javascript library that helps developers describe side-effects as data in a declarative, flexible API.
Language: TypeScript - Size: 279 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 93 - Forks: 4
tigranv/Useful_Examples_C-Sharp
In this repository, I gathered a lot of useful examples of code and their description that I create while studying programming. Here you can find examples on the use of the Inheritance, Encapsulation, Abstraction, Interfacies, Polymorphism, Indexers, Operators Overloading, Extention Methods, System IO , Exception Handling, Delegates, Events, IDisposable, IClonable, GC, IEnumerable, IEnumerator Interfaces, Yield, Generic Programming,
Language: C# - Size: 337 KB - Last synced at: 9 months ago - Pushed at: almost 9 years ago - Stars: 85 - Forks: 32
symplely/coroutine Fork of nikic/ditaio
Cooperative multitasking using generators. The basics of coroutines, async and await!
Language: PHP - Size: 1.56 MB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 61 - Forks: 5
crowding/async
Asynchronous programming for R -- async/await and generators/yield
Language: R - Size: 1.51 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 60 - Forks: 3
piotr-oles/use-transition-effect
Run long effects without blocking the main thread
Language: TypeScript - Size: 329 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 52 - Forks: 0
ComradeVanti/UnityWaitForAnim
A custom yield-instruction for Unity to wait for animations to finish
Language: C# - Size: 29.3 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 52 - Forks: 3
jeremeamia/iter8
PHP library for iterable/generator transformations and operations
Language: PHP - Size: 170 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 49 - Forks: 0
ahgperrin/PyCurve
PyCurve : Python Yield Curve is a package created in order to interpolate yield curve, create parameterized curve and create stochastic simulation.
Language: Python - Size: 13 MB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 46 - Forks: 8
jolin-io/Continuables.jl
Extremely fast generator-like alternative to Julia Channels
Language: Julia - Size: 388 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 40 - Forks: 1
zhanglix/asyncio
A c++ coroutine library making use of llvm 5.0 coroutine experimental features to dramatically simplify asynchronous logical in C++.
Language: C++ - Size: 326 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 39 - Forks: 5
nijikokun/breeze
Javascript async flow control manager
Language: JavaScript - Size: 36.1 KB - Last synced at: 2 months ago - Pushed at: almost 9 years ago - Stars: 39 - Forks: 3
loyso/LuaCSP
Communicating Sequential Processes in Lua
Language: C - Size: 810 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 38 - Forks: 4
dpomier/haxe-yield
Cross platform C#-like `yield` generator for Haxe
Language: Haxe - Size: 393 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 34 - Forks: 2
fix8mt/fiber
C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thread shareable
Language: C++ - Size: 1.51 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 29 - Forks: 3
hhxsv5/php-coroutine
A lightweight library to implement coroutine by yield & Generator.
Language: PHP - Size: 11.7 KB - Last synced at: 7 months ago - Pushed at: over 8 years ago - Stars: 27 - Forks: 7
sskender/stable-farm
Automatically moving stable coins between decentralized finance platforms seeking for maximum yield
Language: Solidity - Size: 2.33 MB - Last synced at: 9 months ago - Pushed at: about 2 years ago - Stars: 26 - Forks: 2
ChainInsighter/silo-contracts-v2
Silo Contracts V2 is a collection of modular Solidity smart contracts designed to streamline decentralized finance applications on Ethereum. It focuses on security, scalability, and ease of integration.
Language: Solidity - Size: 16.3 MB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 25 - Forks: 5
luni64/TeensyHelpers
A couple of utility functions and classes to improve usage of the Teensy IntervalTimer class, the attachInterrupt and the pinMode function.
Language: C++ - Size: 85 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 23 - Forks: 1
kaonone/delphi
💥 Earn Rewards for Saving and Liquidity Provision (work in progress)
Language: Solidity - Size: 15.5 MB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 23 - Forks: 8
kutlugsahin/redux-saga-callback
redux-saga helper functions to await dispatched actions
Language: JavaScript - Size: 365 KB - Last synced at: 9 months ago - Pushed at: almost 3 years ago - Stars: 21 - Forks: 2
uia4j/uia-sim
A Java port of SimPy, process-based discrete event simulation framework.
Language: Java - Size: 311 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 19 - Forks: 2
docteurklein/json-chunks
streamable json encoder
Language: PHP - Size: 12.7 KB - Last synced at: 8 months ago - Pushed at: almost 7 years ago - Stars: 19 - Forks: 2
goldwasserexchange/bond-calculator
Yield and price calculations for bonds
Language: JavaScript - Size: 682 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 18 - Forks: 10
coyove/nj
NJ is a simple script engine in golang with Lua-like syntax.
Language: Go - Size: 4.4 MB - Last synced at: 5 months ago - Pushed at: about 3 years ago - Stars: 17 - Forks: 2
PerovskitePV/EYcalc
This software calculates the Energy Yield of single and multi-junction solar cells. It consists of individual modules taking care of deriving realistic irradiance data, fast optical and electrical simulations, and derivation of the hourly resolved energy yield.
Language: MATLAB - Size: 829 KB - Last synced at: 6 months ago - Pushed at: over 3 years ago - Stars: 17 - Forks: 4
Kazik24/juggle
Async task switching for cooperative multitasking in single thread environments with no_std support.
Language: Rust - Size: 268 KB - Last synced at: 4 months ago - Pushed at: almost 4 years ago - Stars: 17 - Forks: 0
Mc01/yield-farming-portfolio
:tractor: Yield Farming dashboard for BSC, CAKE, AUTO and BUNNY
Language: Vue - Size: 202 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 17 - Forks: 1
parzh/observable-to-async-generator
Convert an observable to ES6 async generator
Language: TypeScript - Size: 929 KB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 16 - Forks: 1
xuanwolei/scheduler
php基于yiled实现的并行rpc调度器
Language: PHP - Size: 16.6 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 16 - Forks: 6
choval/async 📦
A library to ease handling promises in ReactPHP
Language: PHP - Size: 270 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 15 - Forks: 1
MichalAdorno/golang-advanced-concurrency-concepts
A review of advanced concurrency concepts and patterns in Golang
Language: Go - Size: 1.72 MB - Last synced at: 8 months ago - Pushed at: over 5 years ago - Stars: 14 - Forks: 4
MiguelCastillo/coseq
high order functions for JavaScript async/sync iterators
Language: JavaScript - Size: 35.2 KB - Last synced at: 2 months ago - Pushed at: about 8 years ago - Stars: 14 - Forks: 2
shreyzo/Crop-yield-and-profitability-prediction
Prediction of yield and profitability of crop records of India for the agricultural sector using machine learning techniques
Language: Jupyter Notebook - Size: 5.19 MB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 12 - Forks: 15
wakeupwakeupwakeup/arb-assist-patched
Solana arbitrage assist software patched
Language: Shell - Size: 111 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 11 - Forks: 0
ozak/Caloric-Suitability-Index
Caloric Suitability Index
Language: HTML - Size: 169 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 10 - Forks: 6
SunilVeeravalli/Bond-valuations
Computation of bond value
Language: Python - Size: 606 KB - Last synced at: almost 3 years ago - Pushed at: about 5 years ago - Stars: 10 - Forks: 3
TheLartians/Generator
A generator class emulating coroutines' yield functionality through std::thread
Language: C++ - Size: 29.3 KB - Last synced at: 8 months ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 3
vosaka-php/vosaka
An asynchronous library for PHP
Language: PHP - Size: 623 KB - Last synced at: 20 days ago - Pushed at: 5 months ago - Stars: 8 - Forks: 0
conradludgate/jenner
Experiments with generators
Language: Rust - Size: 96.7 KB - Last synced at: 21 days ago - Pushed at: almost 3 years ago - Stars: 8 - Forks: 1
aheckmann/await-busboy Fork of cojs/busboy
Busboy multipart parser with async/await support
Language: JavaScript - Size: 48.8 KB - Last synced at: about 1 month ago - Pushed at: about 8 years ago - Stars: 8 - Forks: 5
QuantumSavory/Semicoroutines.jl Fork of JuliaDynamics/ResumableFunctions.jl 📦
C# style generators a.k.a. semi-coroutines for Julia. Fork of Ben Lauwens' ResumablFunctions.jl
Language: Julia - Size: 465 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 0
rse/hapi-plugin-co
HAPI plugin for Co-Routine handlers
Language: JavaScript - Size: 38.1 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 7 - Forks: 5
ukari/cl-generator
generator in common lisp
Language: Common Lisp - Size: 104 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 1
sebrockm/Linqpp
Linqpp, LINQ for C++
Language: C++ - Size: 274 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 0
carno-php/coroutine
Native coroutine with yield for php7
Language: PHP - Size: 19.5 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 5
robinspollak/LambdaCalculusInterpreters
Two interpreters for the lambda calculus: one simple and one with typing of ints, bools, and pairs.
Language: Haskell - Size: 3.1 MB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 7 - Forks: 1
Kwame0/SolidityStake
SolidityStake is a simple solidity scaffolding library for providing User Staking Data when Staking ERC20 or ETH to a Smart Contract
Language: Solidity - Size: 30.3 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 2
thesebas/php-promise-async-await
ReactPHP async-await emulator with generator and yield
Language: PHP - Size: 9.77 KB - Last synced at: 5 months ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 0
symplely/hyper
An asynchronous PSR-7 and PSR-18 Http client using coroutines.
Language: PHP - Size: 275 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 6 - Forks: 0
fabio-sassi/zm
A C library to handle *continuations* (coroutine, exception, green thread) with finite state machines
Language: C - Size: 278 KB - Last synced at: 5 months ago - Pushed at: almost 6 years ago - Stars: 6 - Forks: 2
eclogue/courser
Fast and scalable micro-framework
Language: PHP - Size: 486 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 6 - Forks: 2
raihante/midas
info loker jinx
Language: Python - Size: 3.02 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 3
OybekKayumov/enumerable-ruby
This project uses ruby to implement an enumerable mixin.
Language: Ruby - Size: 12.7 KB - Last synced at: 6 months ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 0
GeltFinance/gelt-contracts-v1
📝 Smart Contracts that make up the core of the Gelt Vault
Language: TypeScript - Size: 526 KB - Last synced at: almost 3 years ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 2
Abromeit/gsc-api-client
A reasonably fast Google Search Console (GSC) API Class, written in PHP. Knows things so you don't have to.
Language: PHP - Size: 382 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 4 - Forks: 1
Meta-Pool/metapool-ethereum
Meta Pool - yield by the second Liquid ETH Staking contract
Language: TypeScript - Size: 2.25 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 4 - Forks: 2
vyahello/python-optimization-cheetsheet
📚 Contains a set of tips and tricks to optimize python code with generators, coroutines and asyncIO
Language: Python - Size: 37.1 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0
omega87910/AIDEA_lactation_yield_predict
AIDEA Taiwan_lactation_yield_predict 台灣牧場乳量預測
Language: Jupyter Notebook - Size: 79.1 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 3
flipcoder/mx
C++ coroutine await, yield, channels, i/o events (single header + link to boost)
Language: C++ - Size: 16.6 KB - Last synced at: 8 months ago - Pushed at: almost 7 years ago - Stars: 4 - Forks: 0
usexfg/COLDAO
Fuego's Web3 Banking Suite, Community Assets, & DAO Treasury
Language: Rust - Size: 97.3 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 3 - Forks: 1
nabeghe/yielder-php
A similar alternative to yield in PHP for reading values from arrays, with a touch of zest.
Language: PHP - Size: 10.7 KB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 3 - Forks: 0
ERC4626-Alliance/sup-web-4626
Language: TypeScript - Size: 9.47 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 4
fabiospampinato/event-loop-yielder
A collection of strategies for yielding to the event loop, to avoid blocking for too long.
Language: TypeScript - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 3 - Forks: 0
manifoldx/typed-sdk
Software Engineering Kit
Language: TypeScript - Size: 500 KB - Last synced at: almost 3 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 1
AarenWang/yearn-smartcontract
【DeFi收益聚合项目yearn源码分析,主要分析Registry,WETH Valut和WETH Vault-Strategy-Lido这三个合约源码】 Yearn Finance is DeFi’s premier yield aggregator. Giving individuals, DAOs and other protocols a way to deposit digital assets and receive yield.
Language: Solidity - Size: 94.7 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 1
tiago154/iterators-e-generators
➿ ➰ 🔁 Repositório com intuito de exemplificar e descrever o funcionamento dos `Iterators` e `Generators` em Javascript
Language: JavaScript - Size: 2.5 MB - Last synced at: 6 months ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0
yourtion/express-coroutine
Generator function and Async function to be used as middlewares in express like koa.
Language: JavaScript - Size: 85 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0
namdn/gf-js
Attach most of functions from lodash to Javascript GeneratorFunction and Array. We write it ease to use as linq in C#
Language: JavaScript - Size: 59.6 KB - Last synced at: 2 months ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 0
u35s/coroutine
go语言可控制运行协程的实现
Language: Go - Size: 4.88 KB - Last synced at: almost 3 years ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 0
Wildhoney/OrderlyQueue
Implementation of a promise-based FIFO queuing system using ES2017 async generators.
Language: JavaScript - Size: 62.5 KB - Last synced at: about 2 months ago - Pushed at: almost 9 years ago - Stars: 3 - Forks: 1
tiny-blocks/collection
Provides a flexible and efficient API to manipulate, iterate, and manage collections in a structured and type-safe manner.
Language: PHP - Size: 104 KB - Last synced at: 5 days ago - Pushed at: 7 days ago - Stars: 2 - Forks: 0
stakekit/sdk
A TypeScript SDK for the most complete API for integrating non-custodial, on-chain yield — including staking, restaking, liquid staking, DeFi lending, RWA yields, vaults, and more across 70+ blockchain networks.
Language: TypeScript - Size: 288 KB - Last synced at: 13 days ago - Pushed at: 17 days ago - Stars: 2 - Forks: 2
Zup-Protocol/pools-indexer
This is the primary indexer used by the Zup Protocol to calculate yields. It aggregates data from all protocols supported by Zup across different networks. For each network, it includes all Zup-supported DEXs in a single indexer.
Language: TypeScript - Size: 1.31 MB - Last synced at: 22 days ago - Pushed at: 23 days ago - Stars: 2 - Forks: 1
Enricrypto/Isolated-Lending-Market
A production-ready DeFi lending protocol with multi-collateral support, ERC-4626 vaults, and dynamic interest rates. Features health factor-based liquidations, yield strategy integration, and comprehensive decimal normalization (6/8/18). Built with Solidity 0.8.30 and tested with 58 passing tests.
Language: Solidity - Size: 350 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0
hq969/Operational-Analytics-for-HCL-Foxconn-Semiconductor-OSAT-Facility
Operational Analytics for HCL–Foxconn Semiconductor OSAT Facility is an end-to-end data analyst portfolio project that simulates real-world manufacturing operations. It focuses on improving production efficiency, analyzing equipment downtime, optimizing workforce attendance, and predicting operational risks using machine learning,SQL, and Power BI.
Language: Jupyter Notebook - Size: 1.81 MB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/assert-has-arrow-function-support
Detect native arrow function support.
Language: JavaScript - Size: 351 KB - Last synced at: 17 days ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0
stdlib-js/assert-has-generator-support
Detect native generator function support.
Language: JavaScript - Size: 375 KB - Last synced at: 17 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0
CryptoDappRun/StakeFlow
StakeFlow is a cutting-edge decentralized finance (DeFi) platform designed to streamline staking processes and maximize yield opportunities. Our project aims to provide users with a secure, efficient, and transparent way to stake their assets and earn rewards.
Language: HTML - Size: 82 KB - Last synced at: 11 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1
check79/defi-yield-farming-bot
This Bot, a DeFi Trading bot for ETH, BSC, AVAX, MATIC, FTM, Harmony, Metis, CRONOS, KCC, VELAS, Pulsechain, Venom, Kaikas, Milkomeda, Solana and more. As well as farming yield, mining liquidity, and sniping only profitable CHAIN tokens during listing while avoiding scam projects
Language: C# - Size: 332 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0
VaultaFoundation/eosio.yield-contracts
EOS Yield+ Smart Contracts
Language: C++ - Size: 686 KB - Last synced at: 8 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 3
chase-manning/debt-farming
The best DeFi yields on Ethereum for your favourite crypto assets
Language: TypeScript - Size: 3.15 MB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 1
Abhishek010397/MultiProcessing-Python-DB
MultiProcessing In Python Using MAP Function
Language: Python - Size: 0 Bytes - Last synced at: 7 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 1
GusBedasi/Yield-return
101 de como funciona o yield return, enumerable, enumerator e como é o foreach por debaixo dos panos.
Language: C# - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0
darkautism/cgoroutine
goroutine c version
Language: C - Size: 9.77 KB - Last synced at: almost 3 years ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 2
ssadkov/yield-ai
Language: TypeScript - Size: 4.28 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 1
trovesfi/troves-contracts
Language: Cairo - Size: 17 MB - Last synced at: 11 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 3
Sakku9631/DeFi-Yield-Optimizer-Platform
Language: Solidity - Size: 215 KB - Last synced at: 15 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0
JamesVictor-O/YieldMaker
Yieldmaker is an AI-powered platform that makes decentralized finance (DeFi) yield investing seamless, safe, and accessible to all. Whether you're a crypto novice like a fish seller in a village or an experienced trader, Yieldmaker empowers you to earn yields with confidence, without navigating complex dashboards or risking scams.
Language: TypeScript - Size: 9.76 MB - Last synced at: 14 days ago - Pushed at: 17 days ago - Stars: 1 - Forks: 0