user avatar
matnad.eth
@mat_nadler
PhD student researching #DeFi at University of Basel. Developer for @BrownieEth.
Joined May 2020
Posts
  • user avatar
    gm, LFG Leshner. @AndreCronjeTech's Rarity Adventurers vs. @NourHaridy's Dragons. Round-based combat. Items. All on-chain. No tokens, fees or distractions.
  • user avatar
    Still not decided on a name, but it looks super awesome on an @MeetMeural digital canvas! @TheHashmasks #HashmaskGallery
    Meural Canvas ii displaying my Hashie
  • user avatar
  • user avatar
    Replying to @mat_nadler @AndreCronjeTech and @NourHaridy
    The first Raid against Sunflower. We will come back stronger.
    GIF
  • user avatar
    Blockchain Privacy and Regulatory Compliance: Towards a Practical Equilibrium Very excited to share our new paper! Thanks to my awesome co-authors @VitalikButerin, Jacob Illum (@chainalysis), @fschaer (@UniBasel_en) and @ameensol 📎 papers.ssrn.com/sol3/papers.cf…
  • user avatar
    I extended @banteg rarity-'gm' script. Brings back memories of command line RPGs, but now they are programmable! Very excited for the future of this project.
    $ brownie console --network ftm-main user = a.load('user') rarity = Contract('0xce761D788DF608BD21bdd59d6f4B54b2e27F25Bb', owner=user) tx = rarity.summon(n) # 1-11 nft_id = tx.events['summoned']['summoner'] rarity.adventure(nft_id)
  • user avatar
    Replying to @mat_nadler
    Gif generated from on-chain combat log: ftmscan.com/tx/0x093f13468…. Second image is stored on-chain -> tokenURI().
  • user avatar
    Replying to @digitalnative @MeetMeural and @TheHashmasks
    I made a template in Photoshop with the correct dimensions for the canvas. Here you go:
  • user avatar
    Replying to @SonicLabs @FantomFDN and 2 others
    I noticed artion does not support/load images hosted on IPFS yet. Are there plans for including IPFS urls?
  • user avatar
  • user avatar
    Replying to @dmihal and @gasnow_org
    Check out chrome.google.com/webstore/detai… Same data, minimal look (it predates the official addon) and the option to set notifications for gas prices. Disclosure: I am the dev, lmk if you have feedback/questions
  • user avatar
    I tested the functionality for a lot of popular repos like the @chainlink brownie mix and @iearnfinance strategies. If you find a repo that doesn't work after following the troubleshooting guide, please create an issue on the brownie repo and I will fix it!
    After 9 months, 4 pull requests, many issues and countless hair pulling🤬@mat_nadler took just 4 days to implement automatic @solidity_lang source verification on @etherscan🔥🥳🐍Finally we can handle the most challenging task facing smart contract devs! matnad.medium.com/how-to-verify-…
  • user avatar
    Replying to @cryptouf @AndreCronjeTech and 4 others
    Feel free to add this: matnad.medium.com/the-mercenary-… The first rarity raid content.
  • user avatar
    Replying to @crisgarner @BrownieEth and 3 others
    Also check out the Brownie Mixes github.com/brownie-mix for some relatively clean repos with typical examples.