vyperlang's profile picture. Pythonic Smart Contract Language for the EVM

http://t.me/vyperlang

Vyper

@vyperlang

Pythonic Smart Contract Language for the EVM http://t.me/vyperlang

Закреплено

vyper telegram channel ;) t.me/+Hye7pgvCU31hZ…


It’s official: @Vyperlang has joined the @Circle Alliance Program! We’re thrilled to be part of a global network of builders shaping the future of programmable money and Web3 finance. As a Pythonic smart contract language for the EVM, Vyper empowers teams to write secure,…


試試看吧!

或许对于新开发者来说,真的该试试 @vyperlang 了,而不是 Solidity。 虽然现在大家都会用 AI 辅助编程,但从语言的可解读性来说,类似于 Python 的 Vyper 应该是更适合上手的。毕竟 Python 已经成为了很多学校的计算机编程课程的常规选择了。 其实还是有很多耳熟能详的协议是用 Vyper 实现的。



Only 1 week left to vote for Vyper in GG24, remember that the # of donors is the most important metric so even a small donation will go a long way!

Vyper is part of @gitcoin GG24 Developer Tooling & Infrastructure QF round on @Giveth which just launched! Support us with any amount - even $1 helps! In gitcoin's QF scheme, the number of donors matters more than the amount. Every contribution counts! Donation link below 👇



Vyper сделал(а) репост

All workshops of #ETHShanghai Hackathon have come to a close!🥰 Huge thanks to today’s amazing speakers for sharing their insights and sparking so much inspiration 👇 👉 @Bitzack_01@LXDAO_Official Builder & GovNERDs of Optimism 👉 Frank|@chainlink DevRel…

EthereumSH's tweet image. All workshops of #ETHShanghai Hackathon have come to a close!🥰

Huge thanks to today’s amazing speakers for sharing their insights and sparking so much inspiration 👇

👉 @Bitzack_01|@LXDAO_Official Builder & GovNERDs of Optimism
👉 Frank|@chainlink DevRel…
EthereumSH's tweet image. All workshops of #ETHShanghai Hackathon have come to a close!🥰

Huge thanks to today’s amazing speakers for sharing their insights and sparking so much inspiration 👇

👉 @Bitzack_01|@LXDAO_Official Builder & GovNERDs of Optimism
👉 Frank|@chainlink DevRel…
EthereumSH's tweet image. All workshops of #ETHShanghai Hackathon have come to a close!🥰

Huge thanks to today’s amazing speakers for sharing their insights and sparking so much inspiration 👇

👉 @Bitzack_01|@LXDAO_Official Builder & GovNERDs of Optimism
👉 Frank|@chainlink DevRel…
EthereumSH's tweet image. All workshops of #ETHShanghai Hackathon have come to a close!🥰

Huge thanks to today’s amazing speakers for sharing their insights and sparking so much inspiration 👇

👉 @Bitzack_01|@LXDAO_Official Builder & GovNERDs of Optimism
👉 Frank|@chainlink DevRel…

Vyper is built for safer smart contracts, and we’re bringing that to stablecoins. Already securing DeFi protocols from vaults to APIs, Vyper’s mission is simple: make stablecoin ecosystem safer, simpler, stronger. 🎥 Watch @big_tech_sux 's talk → youtu.be/gzlxgMNqDz8

vyperlang's tweet card. Vyper: Safer Smart Contracts for the Next Generation of Stablecoins

youtube.com

YouTube

Vyper: Safer Smart Contracts for the Next Generation of Stablecoins

At @stblcnsummit, our lead dev Charles (@big_tech_sux) presented how Vyper is securing billions in DeFi and paving the way for safer, auditable stablecoin infrastructure!

vyperlang's tweet image. At @stblcnsummit, our lead dev Charles (@big_tech_sux) presented how Vyper is securing billions in DeFi and paving the way for safer, auditable stablecoin infrastructure!
vyperlang's tweet image. At @stblcnsummit, our lead dev Charles (@big_tech_sux) presented how Vyper is securing billions in DeFi and paving the way for safer, auditable stablecoin infrastructure!


At @stblcnsummit, our lead dev Charles (@big_tech_sux) presented how Vyper is securing billions in DeFi and paving the way for safer, auditable stablecoin infrastructure!

vyperlang's tweet image. At @stblcnsummit, our lead dev Charles (@big_tech_sux) presented how Vyper is securing billions in DeFi and paving the way for safer, auditable stablecoin infrastructure!
vyperlang's tweet image. At @stblcnsummit, our lead dev Charles (@big_tech_sux) presented how Vyper is securing billions in DeFi and paving the way for safer, auditable stablecoin infrastructure!

Vyper сделал(а) репост

Vyper Enterprise edition

harkal's tweet image. Vyper Enterprise edition

New fun Nano Banana prompt I thought of after @csonotes told me to buy an IRL store and start selling CDs of my websites "Make {your website} into a product box with a CD-Rom as if it was from 1995"

levelsio's tweet image. New fun Nano Banana prompt I thought of after @csonotes told me to buy an IRL store and start selling CDs of my websites

"Make {your website} into a product box with a CD-Rom as if it was from 1995"


Vyper сделал(а) репост

/ @vyperlang is a Python inspired language built for Ethereum smart contracts running on the EVM. It’s all about simplicity, security, and auditability. Unlike Solidity, Vyper limits complexity: no inheritance, no function overloading, just clean code that minimizes…


thank you @AerodromeFi !

Builders 🤝 builders DeFi is a team effort. Everything we've built, we've done with the help of others. As a small token of our appreciation we are donating $450k to the following teams for their help in making Aerodrome what it is today:



Vyper сделал(а) репост

foundry bros, need to deploy @vyperlang blueprints? the deployCode cheatcode won't work for them, but this simple function will. it produces the necessary bytecode to deploy an ERC-5202 compatible blueprint just make sure you have vyper installed and ffi enabled

sepyke's tweet image. foundry bros, need to deploy @vyperlang blueprints? 

the deployCode cheatcode won't work for them, but this simple function will.

it produces the necessary bytecode to deploy an ERC-5202 compatible blueprint

just make sure you have vyper installed and ffi enabled

Vyper сделал(а) репост

@yieldbasis 🤝 @electisec We audited @yieldbasis, a new AMM protocol by Curve founder @newmichwill that solves impermanent loss through pure mathematics 📐 Well-architected throughout, all in @vyperlang 🐍


very nice work by @CertoraInc engineers on symbolic equivalence checking!

How do you know that two versions of a smart contract function are truly the same? This question shows up everywhere: – Gas optimizations – Compiler upgrades – Code refactors The key concept: observable equivalence @certoraInc used it to help improve @vyperlang 🧵

KirsteinUri's tweet image. How do you know that two versions of a smart contract function are truly the same?

This question shows up everywhere:
– Gas optimizations
– Compiler upgrades
– Code refactors

The key concept: observable equivalence

@certoraInc used it to help improve @vyperlang 🧵


45k lines of fresh vyper code 😳

Is there a larger @vyperlang codebase than @ripe_dao and @underscore_hq? Not sure there is. Code is all public. Contracts all live. For those wanting to see it in action, take a look. 👀 Ripe repo: github.com/Ripe-Foundatio… Underscore repo: github.com/underscore-fin…



Loading...

Something went wrong.


Something went wrong.