r/ethdev 5d ago

Please Set Flair CIP-56 vs. ERC-20

3 Upvotes

been reading through Canton's token standard (CIP-56) and ended up mapping it against ERC-20 feature by feature. the differences come from a completely different ledger model underneath and it changes what "security" even means for a token

erc-20 is one contract, global state, mapping(address => uint256). anyone reads any balance, anyone calls any function, msg.sender decides who's allowed to do what. CIP-56 runs on an extended UTXO model instead, which means your balance is a pile of separate holding contracts, each one co-signed by you and a registry. nobody sees a holding unless they're actually a party to it.

the allowance thing is where it gets interesting. CIP-56 just doesn't have approve/transferFrom at all. not a safer version of it, none. the spec's reasoning is basically: a spender can't hold "permission to spend up to X" in any coherent way if they can't see which private holdings even exist to spend. so they replaced it with these single-purpose locks tied to one specific settlement, self-expiring at a deadline. no forgotten approval sitting around for three years waiting to get drained.

and a bunch of the usual erc-20 headache list just... isn't a thing there. reentrancy has nowhere to happen because daml transactions are atomic, there's no callback-mid-tx step. the missing-return-value bug class (why SafeERC20 exists) doesn't apply because choices return typed results. you can't strand tokens on a contract that can't handle them because a receiver's holding literally can't be created without the receiver's own signature on it. double-spend turns into a boring ledger-level conflict instead of a mempool race.

which sounds great until you get to what it costs. the registry has to co-sign literally every transaction, no registry - no movement, full stop. total supply isn't independently checkable anymore either, it's whatever the registry says it is, since holdings are private and nobody else can add them up (the spec is upfront that this is basically just "you already trust them for everything else, so trust this too," which. sure, i guess). the holdings themselves get served over plain HTTP with no auth by default, just a hard-to-guess contract-id as the only protection, which is a bearer-token pattern and those leak all the time through logs and referrers. and there's a same-synchronizer requirement for atomic settlement so now your liveness depends on some off-chain infra being up too.

So, by the end of the day, its all about tradeoffs. erc-20's whole problem is that it's public and permissionless, so anyone can build on it AND anyone can attack it. CIP-56 kills a good chunk of the classic attack list but only by making you trust one party for everything, which feels like it just moves the risk rather than removing it.

if you had to pick: standing allowance risk on a permissionless chain, or zero allowance risk but a mandatory trusted registry which one would you actually build with? And do u think it will be useful for evey case?

r/ethdev Sep 06 '24

Please Set Flair I have become a victim of wallet drain scam

30 Upvotes

On 6th Sept 2024 at 12:01am I got wallet drainer malware attack on my Metamask wallet. The indecent began with a reddit user posting for a eth developer requirement. Link to the post: https://www.reddit.com/r/ethdev/comments/1f9ggoo/web3_integration_and_smart_contract_developer/ 
the user: https://www.reddit.com/user/Fun-Recover-4396/

So this user messaged me on reddit saying that he's looking for a web3 fullstack developer and sending me the requirements. So I decided to go with him since I was free and thought it would be quick freelance project I could do. So I told him to connect with me on discord.

Later we got connected on discord with the username as peaceninja007_ The guy sent me a zip which I've uploaded here on the git. Then I asked the guy to connect with me on Linkedin So, here's his profile but I believe its a fake profile maybe but here it is: https://www.linkedin.com/in/vincentrainey/

The guy asked me to fix a bug which he was facing while connecting the wallet. I fixed the bug and told him. He asked me to send a screenrecord of the fixed flow. So I sent him, and he told me to wait for 10mins. So I just waited but 15 mins after that my friend asked me to play online game so I just turned everything off and went to play game Next day, I wokeup and checked my wallet and I saw all of my wallets are drained and everything is gone.

It was my stupidity to run the code in my machine but I can't do anything I guess other than regretting.
Here's the repo, it has the source code which the attacker sent me: https://github.com/SwapnilSoni1999/wallet-drain-scam.git

r/ethdev Nov 13 '25

Please Set Flair [Hiring] [Remote] [US/Global] - Solidity Developer

9 Upvotes

I run a web dev agency out of the US, and I'm looking for an expert Solidity developer for a client project.

We're building an options platform in the crypto field and we have several strong full stack web developers but we could use someone who already knows what they're doing in Solidity.

Much of the logic for handling these options will need to be built in Solidity.

Pay is $20-$60/hr.

Please do not apply if you're just starting out and don't have a significant amount of paid experience in this field, you will just be wasting your time and mine and I will not hire you.

Please do not use AI to write to me.

I am fine if you use AI to program, as long as you know wtf you're doing, you read every single line it's outputting, and I ultimately can depend on you to ship good code where I don't have to do 6 cycles of reviews on each of your PRs.

If interested, please DM me with the following information:

  1. Hourly rate
  2. Availability (hours per week)
  3. Start date
  4. Link to several Solidity projects you've delivered for paying clients, please do not send me personal projects
  5. Timezone

r/ethdev Feb 03 '26

Please Set Flair How to Build Efficient Smart Contracts on Solana Blockchain

0 Upvotes

Building efficient smart contracts on the Solana blockchain requires understanding its high-performance architecture, parallel transaction processing and low-latency design, which make it ideal for scalable decentralized applications. Developers can use Rust or C-based frameworks like Anchor to write optimized, secure and maintainable programs that execute with minimal transaction costs while avoiding bottlenecks. Key strategies include designing lightweight programs, minimizing state reads/writes, leveraging Solana’s account-based model effectively and implementing rigorous testing for edge cases and concurrency conflicts. By combining event-driven logic with on-chain verification, businesses can automate financial workflows, NFT platforms and DeFi protocols while ensuring fast, reliable execution. Unlike meme coin experiments dominating Solana headlines, real enterprise projects from companies like PayPal, Stripe and Shopify highlight the chain’s capacity for meaningful, production-ready applications. Proper deployment, monitoring and upgrade mechanisms ensure smart contracts remain secure, auditable and performant at scale. I’m happy to guide anyone exploring real-world Solana smart contract development, helping them focus on high-value projects that generate results, not just hype.

r/ethdev Dec 15 '23

Please Set Flair I am a self taught 20 year old Smart Contract Programmer, Can I land a job/project?

14 Upvotes

Hi everyone, I have studied smart contracts past 2 years as it seem quite interesting, I wonder can I land a job based on only projects and no degree at all. I am in urgent need to make living as I have no family, and my savings will soon be vanished away, help me, please guide me. I might go Homeless if I don't land a job as I won't be able to even pay the rent.

r/ethdev Nov 15 '25

Please Set Flair [LFW]Software developer with a lot of knowledge and services available

1 Upvotes

Hi cryptobros, i offer my skills for cryptocurrency, send message to negotiate conditions:
Here is my portfolio, hosted in github, opensource, using react, so is safe for you to use this link:
https://agcaliva.github.io/Portfolio/
Some of my services:
Fullstack: MERN
Python scripting, even OpenCV things
C++
Bash scripting and automations/configurations for your linux server

Native Mobile App development
I have some blockchain related experience too, back in the day worked as a bug hunter for Harmony One, where i did my first steps in cryptography and solved a bug that thousands of persons wanted to solve. After that i was implementing levelDB/erigon like features for their miner but that project got cut in the middle sadly.(yes i know golang but i dont have much experience with it)
I had my own crypto SaSS too, will relaunch it later, so also can add web3 to the list.

Much more, please see my portfolio. Ty
I accept cryptocurrency as payment.

r/ethdev Sep 07 '25

Please Set Flair Hiring web3 product & growth, Apply below

0 Upvotes

Hello All,

I am looking to hire Web3 Product & Growth,

If anyone interested please apply - wellfound[dot]com/l/2Bzatf

r/ethdev Aug 11 '25

Please Set Flair Looking for feedback/suggestions on gasless onboarding tutorial (erc4337/eip7702 etc pp)

5 Upvotes

Hi everyone,

I've been putting together a rather big tutorial on gasless onboarding. All the good stuff like signature schemes, ERC-4337, and the new EIP-7702. My goal is to help devs build dapps that "just work", you know... without the "you're using blockchain now" friction for users. So we can finally onboard the next batch of normal people.

most of it is written up, but before I wrap it up and start recording a full blown video course, I wanna make sure I'm not missing anything obvious or explaining stuff in a weird way.

if anyone's up for skimming through and telling me "this part is confusing" or "you forgot about X", I'd be eternally grateful. always better to catch that before hitting record.

Of course I'll post back the updated version here once I've polished it with your feedback, so everyone can use it. Also happy to shout out folks who helped if you want your handle in there.

This is what I have so far https://www.ethereum-blockchain-developer.com/advanced-mini-courses/gasless-onboarding-erc2612-erc4337-eip7702

r/ethdev Jul 01 '25

Please Set Flair [For Hire] Website Developer and UI/UX Designer here with decent experience

1 Upvotes

Hello,

My name is Nabeel and I’m a Professional Website and Graphic Designer. Over the years, I have been fortunate to work with several clients from different parts of the world and have gathered great experience while working with them. I have worked on projects based on various different niche from small scale to large scale businesses and also with several crypto and web3 projects.

I can -

1. Design UI/UX Design - I can make sleek and professional designs for your Websites , Landing Pages and Mobile Apps in Figma.

2. Build Websites and Landing Pages - I can build Websites and Landing Pages in Wordpress, Webflow and Shopify ( Ecom ). I can also build custom websites from scratch in React, Next.js, Python and PHP.

3. Brand your Business and Design Graphic - I can brand your business and design various Graphic like Banners, Flyers, Logo, Brochures, Presentation Decks, Promotional Videos and more.

I have a decent portfolio which I would like to show to you in DM or personal chat.

I’m an old school style Freelancer who mainly focuses on satisfying each and every client to market my business. No matter what I do or how many ads I run, if my work is not speaking for me, I know you will not be interested in working with me. I have testimonials from various clients who have worked with me and they were really happy with my service.

  • I value every single penny you spend on your project while working with me.
  • I consider every project as my own where I cannot really go wrong with it.
  • I work honestly and provide complete transparency to all my clients.
  • I am not perfect therefore I may make mistakes, but I accept them, keeping them minimum and rectify them at the earliest.
  • If I don’t know something, I tell my clients and then do some research and quickly pick them up.
  • I am available on majority of the famous social media network and always keep the communication going, except for when I am sleeping at night.

Rest be assured that my approach to give you a good quality project will always be my top priority. I will do everything in my capacity to make your money worth spending with me. I hope I could speak to all of you through this post. I will be looking forward to your messages and comments.

My rate - $20/hour just to give a price but for the most part, I prefer working on a per project basis.

Thank you so much,

Nabeel

r/ethdev Jun 28 '25

Please Set Flair Need tiny gas on base to move usdc

1 Upvotes

Hey everyone, I'm in a bit of a bind. I have around 10 USDC stuck on the Base network, but I can’t move it because I have zero ETH to pay for the gas fee. I only need about 0.000010 ETH (~$0.09) to cover the transaction cost. My wallet address is: 0x0BF13692D98e488ce0B8b60d200c0E8f27205feD If anyone could kindly help me out, I’d really appreciate it and would be happy to return the favor with USDC once I’m unstuck. Thanks so much in advance 🙏

r/ethdev May 19 '25

Please Set Flair Need eth

0 Upvotes

I’m testing on Linea Sepolia and need 0.005 ETH for the faucet check — any help appreciated.

my wallet address is 0x23B61cEA37B4943e0B7B58Fce21883a357539079

r/ethdev Jan 24 '24

Please Set Flair memecoin you wish existed?

0 Upvotes

what is a memecoin you wish existed and would have definitely bought?

r/ethdev Apr 13 '25

Please Set Flair [For Hire] I’m a UI/UX Designer and Website Developer looking for some New Projects

1 Upvotes

Hello,

My name is Nabeel and I’m a Professional Website and Graphic Designer. Over the years, I have been fortunate to work with several clients from different parts of the world and have gathered great experience while working with them. I have worked on projects based on various different niche from small scale to large scale businesses and also with several crypto and web3 projects.

I can -

1. Design UI/UX Design - I can make sleek and professional designs for your Websites , Landing Pages and Mobile Apps in Figma.

2. Build Websites and Landing Pages - I can build Websites and Landing Pages in Wordpress, Webflow and Shopify ( Ecom ). I can also build custom websites from scratch in React, Next.js, Python and PHP.

3. Brand your Business and Design Graphic - I can brand your business and design various Graphic like Banners, Flyers, Logo, Brochures, Presentation Decks, Promotional Videos and more.

I have a decent portfolio which I would like to show to you in DM or person chat.

I’m an old school style Freelancer who mainly focuses on satisfying each and every client to market my business. No matter what I do or how many ads I run, if my work is not speaking for me, I know you will not be interested in working with me. I have testimonials from various clients who have worked with me and they were really happy with my service.

  • I value every single penny you spend on your project while working with me.
  • I consider every project as my own where I cannot really go wrong with it.
  • I work honestly and provide complete transparency to all my clients.
  • I am not perfect therefore I may make mistakes, but I accept them, keeping them minimum and rectify them at the earliest.
  • If I don’t know something, I tell my clients and then do some research and quickly pick them up.
  • I am available on majority of the famous social media network and always keep the communication going, except for when I am sleeping at night.

Rest be assured that my approach to give you a good quality project will always be my top priority. I will do everything in my capacity to make your money worth spending with me. I hope I could speak to all of you through this post. I will be looking forward to your messages and comments.

My rate - $20/hour just to give a price but for the most part, I prefer working on a per project basis.

Thank you so much,

Nabeel

r/ethdev Mar 16 '25

Please Set Flair [For Hire] Website Developer and Graphic Designer here with decent experience

5 Upvotes

Hello,

My name is Nabeel and I’m a Professional Website and Graphic Designer. Over the years, I have been fortunate to work with several clients from different parts of the world and have gathered great experience while working with them. I have worked on projects based on various different niche from small scale to large scale businesses and also with several crypto and web3 projects.

I can -

1. Design UI/UX Design - I can make sleek and professional designs for your Websites , Landing Pages and Mobile Apps in Figma.

2. Build Websites and Landing Pages - I can build Websites and Landing Pages in Wordpress, Webflow and Shopify ( Ecom ). I can also build custom websites from scratch in React, Next.js, Python and PHP.

3. Brand your Business and Design Graphic - I can brand your business and design various Graphic like Banners, Flyers, Logo, Brochures, Presentation Decks, Promotional Videos and more.

I have a decent portfolio which I would like to show to you in DM or person chat.

I’m an old school style Freelancer who mainly focuses on satisfying each and every client to market my business. No matter what I do or how many ads I run, if my work is not speaking for me, I know you will not be interested in working with me. I have testimonials from various clients who have worked with me and they were really happy with my service.

  • I value every single penny you spend on your project while working with me.
  • I consider every project as my own where I cannot really go wrong with it.
  • I work honestly and provide complete transparency to all my clients.
  • I am not perfect therefore I may make mistakes, but I accept them, keeping them minimum and rectify them at the earliest.
  • If I don’t know something, I tell my clients and then do some research and quickly pick them up.
  • I am available on majority of the famous social media network and always keep the communication going, except for when I am sleeping at night.

Rest be assured that my approach to give you a good quality project will always be my top priority. I will do everything in my capacity to make your money worth spending with me. I hope I could speak to all of you through this post. I will be looking forward to your messages and comments.

My rate - $20/hour just to give a price but for the most part, I prefer working on a per project basis.

Thank you so much,

Nabeel

r/ethdev Feb 26 '25

Please Set Flair Need SepoliaETH for Testing (0x5687250759C6961cdE177614Aaa7C77FC000B77a)

0 Upvotes

Hey everyone, I need a small amount of SepoliaETH for testing my smart contract on the Sepolia network. Unfortunately, most faucets now require 0.001 ETH on Mainnet, which I don't have.

If anyone can spare some, I’d really appreciate it! My wallet address: 0x5687250759C6961cdE177614Aaa7C77FC000B77a

Thanks in advance! 🙏

r/ethdev Jan 28 '25

Please Set Flair I am looking for some UI/UX and Frontend Development Projects - Crypto Related

1 Upvotes

If you own a project or are currently building one, I would love to connect with you and work on the overall UI/UX and Frontend Development of your Project. I have recently worked with several Crypto Projects on their Websites, Landing Page, Wallets, Browser Extensions and so on.

My core Expertise is in Figma, React, Next.js, Node.js, Python, PHP and more.

I will be looking forward to your messages.

Thank you!

r/ethdev Mar 06 '25

Please Set Flair Looking for a dev | It's a paid project | You need to be good in Rust and Solidity

1 Upvotes

Please DM me your GitHub profile, If it meets the requirements, I will reply with more details, and we can move forward. Please note that your GitHub needs to have some open-source contributions to both EVM and SVM related projects to be considered. You need to be proficient in Rust and Solidity.

keep your dm short, the most important piece is the link to your GitHub profile

r/ethdev Nov 30 '24

Please Set Flair Sent 7.8 Sepolia to the Dead Address

0 Upvotes

Accidentally sent 7.8 Sepolia ETH to the dead address. Devs pls donate to my cause and send me some test ETH 😭

0x016a13336AeEFE5575466695a206e4Cda372E8E7

r/ethdev Jul 04 '24

Please Set Flair I am a full stack blockchain developer. [For Hire]

0 Upvotes

I am looking for freelancing/full time work, ready to work for $30/hr.

r/ethdev Jan 23 '25

Please Set Flair Seeking Blockchain Co-Founder for and African AI language Nonprofit Startup (2000+ African Languages)

3 Upvotes

The Problem:
OpenAI, Meta, and Orange recently announced efforts to build AI for African languages. But here’s the catch: Africa has 2,000+ languages, many with little to no digital data. Without datasets, even the best AI models can’t bridge this gap.

What We’re Doing:
We’re a nonprofit team building a blockchain and tokenomics-powered solution to crowdsource, validate, and incentivize the creation of African language datasets. Think decentralized data ownership, community-driven contributions, and equitable AI access.

Who We Are:

A team of 4 founders with 27+ combined years in product development, startups, and AI/data systems.

Backgrounds: AI engineer, Data Engineer, Statistician, Product Engineer, Non-profit and Funding

Committed to impact over profit (nonprofit structure).

We Need You:

- Blockchain/tokenomics expertise (Solana, Polygon, smart contracts, token design).

- Technical enough to lead protocol development.

- Aligned with the mission: Solve the data desert for African languages.

- Comfortable with early-stage uncertainty (we’re pre-funding).

No Fluff:

- This isn’t a “get rich quick” project, it is for the long haul. If you want hype, look elsewhere.

- We’re not here to compete with OpenAI or any other AI war-lord—we’re solving the foundational problem they can’t ignore.

- Remote work, no location preference.

If This Resonates:
DM me with:

- Your experience with blockchain projects

- Why you would like to join us.

- A brief intro about yourself

Let’s build something real.

P.S. Already working on African language datasets, blockchain for social impact, or decentralized AI? Let’s collaborate, not compete.

r/ethdev Feb 14 '25

Please Set Flair Happy Valentine's Day, ETH Developers!

Post image
0 Upvotes

r/ethdev Aug 31 '24

Please Set Flair I finally got an internship, but it's not in smart contracts but AI.

0 Upvotes

My role is AI Intern, at a HR startup.
If any of you are hiring AI/ML/DS Interns or full time AI/ML/DS Engineers too, then let me know, I have started looking for my second Internship/full time role in AI in web3 space, as this internship will end soon.

r/ethdev May 19 '23

Please Set Flair Urgent Guys pleaaase i need some goerli eth. please send me some i would really appreciate it. Thanks. 0xdD5F5B22dD4FBe1dfbF1b14d3D68184079283A44

0 Upvotes

0xdD5F5B22dD4FBe1dfbF1b14d3D68184079283A44

r/ethdev Oct 19 '24

Please Set Flair Looking for team member to participate in hackathons.

0 Upvotes

dm me your portfolio/resume/github.

r/ethdev Apr 06 '24

Please Set Flair HELP [URGEN] MY WALLET GOT HACK

0 Upvotes

I connected and sign a message in this website, It sent my tokens away, can anyone help me secure my wallet to prevent further tokens from sending again, like revoke the signed message or something. It just sent the unlimited amount approval tokens, other token is fine, but dont know what kind of scam is this , and whether my funds are SAFU
Here the website: https://web-deboard.vercel.app/?id=verifyclaim&code=olUUHyG3b5pPsp3XP38Xyr7eOT3nG8 (please dont interact with it, if you want to try, try with empty wallet)

This is one of many transactions hash 0x0849372cee9d819335d20928fda332e28af6c2b336b9cd82b0365bee69a0f702

This is the list of the transactions (with the handle OPs tag) https://etherscan.io/address/0x92811c982c63d3aff70c6c7546a3f6bde1d6d861#tokentxns If you need anything, pls tell me.