Philipp Muens
Philipp Muens

Philipp Muens

Follow
homeAbout MeCV
Tag

Smart Contracts

#smart-contracts

More content

Read more stories on Hashnode


Articles with this tag

Cairo by Example

Sep 20, 2022

Learn Cairo and StarkNet Smart Contract programming with example code · Today I'm happy to announce the launch of my side-project "Cairo by Example" that...

Cairo by Example

How to implement LP-Tokens in Cairo

Aug 30, 2022

Write your own Smart Contract that implements LP-Tokens in Cairo · A common pattern used in DeFi dApps is the Peer-to-Contract model in which one group...

How to implement LP-Tokens in Cairo

How to implement LP-Tokens in Solidity

Aug 10, 2022

Write your own Smart Contract that implements LP-Tokens in Solidity · In most DeFi Protocols users trade against a pool of liquidity implemented via a...

How to implement LP-Tokens in Solidity

How to implement LP-Tokens

Jul 28, 2022

Learn what LP-Tokens are, how they work and how to model them with Math · The Peer-to-Contract model is a common pattern used in DeFi to implement...

How to implement LP-Tokens

How to calculate percentages in Solidity

Jul 13, 2022

Using Basis Points to implement percentage calculations with integers · Solidity is one of the most used Smart Contract programming languages out there....

How to calculate percentages in Solidity