onflow / developer-grants

Grants for developers that contribute to the broader developer ecosystem
Apache License 2.0
50 stars 18 forks source link

Sample app: Defi on Flow #6

Open alxflw opened 2 years ago

alxflw commented 2 years ago

App(s) that demonstrate either one or some of the following capabilities:

dryruner commented 2 years ago

Increment has built / is building some of these. Welcome more users & developers to get integrated with us!

alxflw commented 2 years ago

thanks @dryruner - are any of these opensource? we were thinking about a sample application that can be used for education purposes

dryruner commented 2 years ago

thanks @dryruner - are any of these opensource? we were thinking about a sample application that can be used for education purposes

Yeah, any contract that's deployed on Flow blockchain is actually open-sourced, and you can get them from the 'deployment address' section from the Docs, specifically for the Swap application - it's already on mainnet with a TVL > 2M usd.

In terms of Github repos, we're doing some internal cleaning of flow.json, keys, and tooling before making the repo public.

We also have plans to book a slot in discord office-hour sometime later to introduce more

alxflw commented 2 years ago

cool. the public repo would be helpful. for this grant to be complete, I think we should also provide a guide or tutorial that explains the key functionality and concepts involved. The idea behind this wishlist item was to create the equivalent of Kitty Items for a DeFi app. So, a running app, contracts, a guide, and maybe even a tutorial.

@dryruner if you'd be open to it, maybe you could submit a proposal once you're ready to go public with your code? I'd be happy to connect with you directly to hash out scope and details

freeeta commented 1 year ago

Hi @alxflw , is this grant application still active? I recently was reviewing my past work for Compound Labs when found this grant.

I am interested to write a couple smart contracts + tutorials for basic Defi primitives like the pool of staked tokens https://github.com/freeeta/flow-defi and others.