Polymedia(@polymedia_app) 's Twitter Profileg
Polymedia

@polymedia_app

Sui apps & tools, by @juzybits

ID:1581074236206088193

linkhttps://polymedia.app calendar_today15-10-2022 00:07:49

220 Tweets

12,1K Followers

1 Following

juzy(@juzybits) 's Twitter Profile Photo

Announcing a new Sui dev tool:

🪙 Polymedia CoinMeta 🪙

Sui apps often need to fetch CoinMetadata objects, which determine how coin amounts get displayed to the user, because they contain info like the coin decimals, ticker, and logo.

While CoinMetadata objects can be fetched…

Announcing a new Sui dev tool: 🪙 Polymedia CoinMeta 🪙 Sui apps often need to fetch CoinMetadata objects, which determine how coin amounts get displayed to the user, because they contain info like the coin decimals, ticker, and logo. While CoinMetadata objects can be fetched…
account_circle
juzy(@juzybits) 's Twitter Profile Photo

I've open sourced Polymedia Send 🎁

It's a Sui zkSend web app built with React and TypeScript

It lets you send any coin by sharing a link, without knowing the recipient's address. It also supports bulk creation of zkSend links.

Code:
github.com/juzybits/polym…

Live app:…

I've open sourced Polymedia Send 🎁 It's a Sui zkSend web app built with React and TypeScript It lets you send any coin by sharing a link, without knowing the recipient's address. It also supports bulk creation of zkSend links. Code: github.com/juzybits/polym… Live app:…
account_circle
juzy(@juzybits) 's Twitter Profile Photo

🎁 New features on Polymedia Send! 🎁

1) Recover Sui zkSend links. This is huge. Lost a link? No problem! You can now get the funds back.

2) View your history of created Sui zkSend links, and their status (claimed / unclaimed / reclaimed).

3) Create Sui zkSend claim links from…

🎁 New features on Polymedia Send! 🎁 1) Recover Sui zkSend links. This is huge. Lost a link? No problem! You can now get the funds back. 2) View your history of created Sui zkSend links, and their status (claimed / unclaimed / reclaimed). 3) Create Sui zkSend claim links from…
account_circle
juzy(@juzybits) 's Twitter Profile Photo

Today I'm announcing a brand new Sui app:

=== Polymedia zkSend 🎁 ===

- Create zkSend links for ANY coin on Sui
- Create links in BULK, up to 300 in 1 txn

send.polymedia.app

This is a beta app, so the 1st time you use it please send a small amount, or try it on testnet.…

Today I'm announcing a brand new Sui app: === Polymedia zkSend 🎁 === - Create zkSend links for ANY coin on Sui - Create links in BULK, up to 300 in 1 txn send.polymedia.app This is a beta app, so the 1st time you use it please send a small amount, or try it on testnet.…
account_circle
juzy(@juzybits) 's Twitter Profile Photo

Need a buy bot for your memecoin? Try:

=== SocialBots by Polymedia ===

This code powers the FUD Trades bot, and can be used with any other Sui coin too

github.com/juzybits/polym…

It watches Turbos trades and posts to Discord and Telegram - but can easily be extended to support…

Need a buy bot for your memecoin? Try: === SocialBots by Polymedia === This code powers the FUD Trades bot, and can be used with any other Sui coin too github.com/juzybits/polym… It watches Turbos trades and posts to Discord and Telegram - but can easily be extended to support…
account_circle
juzy(@juzybits) 's Twitter Profile Photo

Mysten gigabrain joy forked my Sui zkLogin demo webapp and made a multisig version of it

Shows how to create a Sui multisig address where some of the signers are zkLogin accounts 😮

github.com/MystenLabs/pol…

Mysten gigabrain @joyqvq forked my Sui zkLogin demo webapp and made a multisig version of it Shows how to create a Sui multisig address where some of the signers are zkLogin accounts 😮 github.com/MystenLabs/pol…
account_circle
juzy(@juzybits) 's Twitter Profile Photo

The Sui Explorer is no longer available. While the decision makes sense, it is unfortunate for those of us who relied on it.

So today I am announcing Polymedia Explorer 🔭

explorer.polymedia.app

A fork of the original Sui Explorer, stripped down of unneeded features like…

The Sui Explorer is no longer available. While the decision makes sense, it is unfortunate for those of us who relied on it. So today I am announcing Polymedia Explorer 🔭 explorer.polymedia.app A fork of the original Sui Explorer, stripped down of unneeded features like…
account_circle
juzy(@juzybits) 's Twitter Profile Photo

Sui zkSend is such an underexplored feature, the UX is magical ✨:

📤 The sender adds any coins or assets to a zkSend link, then shares the link with the recipient via email / DM / etc

📥 The recipient visits the link and clicks a button to claim the assets... without signing a…

Sui zkSend is such an underexplored feature, the UX is magical ✨: 📤 The sender adds any coins or assets to a zkSend link, then shares the link with the recipient via email / DM / etc 📥 The recipient visits the link and clicks a button to claim the assets... without signing a…
account_circle
juzy(@juzybits) 's Twitter Profile Photo

Some principles I follow when building fully onchain Sui apps 👇

- Serverless: the frontend talks directly to the blockchain without any centralized backend servers in between

- Open source: let people download the code and easily run the app locally without needing to go to…

account_circle
juzy(@juzybits) 's Twitter Profile Photo

I updated and improved my Sui zkLogin demo implementation

It's a simple React webapp and the code is meant to be an end-to-end tutorial for how to implement zkLogin

github.com/juzybits/polym…

Changes include:

- Use newest mysten/sui.js and mysten/zklogin
- Add faucet button
-…

I updated and improved my Sui zkLogin demo implementation It's a simple React webapp and the code is meant to be an end-to-end tutorial for how to implement zkLogin github.com/juzybits/polym… Changes include: - Use newest mysten/sui.js and mysten/zklogin - Add faucet button -…
account_circle
juzy(@juzybits) 's Twitter Profile Photo

A common question devs ask when getting started on Sui is 'how do I keep track of the objects that my code creates' (see screenshot).

The issue is that they are thinking of old-school smart contracts as 'singletons' where the code and its data are coupled. Instead they should…

A common question devs ask when getting started on Sui is 'how do I keep track of the objects that my code creates' (see screenshot). The issue is that they are thinking of old-school smart contracts as 'singletons' where the code and its data are coupled. Instead they should…
account_circle
juzy(@juzybits) 's Twitter Profile Photo

Wanna build a Discord bot to monitor DEX trades on Sui?

Check out my new repo - this is the code that powers the $FUD trades bot:

github.com/juzybits/polym…

It monitors Turbos Finance trades and posts messages to Discord, but can be extended to support other any other onchain…

Wanna build a Discord bot to monitor DEX trades on Sui? Check out my new repo - this is the code that powers the $FUD trades bot: github.com/juzybits/polym… It monitors @Turbos_finance trades and posts messages to Discord, but can be extended to support other any other onchain…
account_circle
Polymedia(@polymedia_app) 's Twitter Profile Photo

🪖 POLYMEDIA COMMANDO 🪖

Sui command line tools and TypeScript utilities for airdrops, data gathering, and more.

Tools include:
- Send coins to many addresses
- Find NFT holders
- Find Coin holders

Docs and code:
github.com/juzybits/polym…

🪖 POLYMEDIA COMMANDO 🪖 Sui command line tools and TypeScript utilities for airdrops, data gathering, and more. Tools include: - Send coins to many addresses - Find NFT holders - Find Coin holders Docs and code: github.com/juzybits/polym…
account_circle
Polymedia(@polymedia_app) 's Twitter Profile Photo

The code for Journey to Mount Sogol is now open source! 🏔️🏰

Check out the GitHub repo to see how this Sui mini-game was made 👇

Feel free to fork the code and extend the main quest, or use it to make your own game!

github.com/juzybits/polym…

The code for Journey to Mount Sogol is now open source! 🏔️🏰 Check out the GitHub repo to see how this Sui mini-game was made 👇 Feel free to fork the code and extend the main quest, or use it to make your own game! github.com/juzybits/polym…
account_circle
juzy(@juzybits) 's Twitter Profile Photo

My Sui zkLogin demo app and tutorial is ready!

Learn how to implement sign-in with Google / Twitch / Facebook to create a Sui address and send a transaction 🔑

Now users don't need to worry about seed phrases 😍

github.com/juzybits/polym…

My Sui zkLogin demo app and tutorial is ready! Learn how to implement sign-in with Google / Twitch / Facebook to create a Sui address and send a transaction 🔑 Now users don't need to worry about seed phrases 😍 github.com/juzybits/polym…
account_circle
Polymedia(@polymedia_app) 's Twitter Profile Photo

People assume Polymedia is a team or a company, so FYI:

Polymedia is just me! juzy

I created Polymedia to group my projects under one brand: polymedia.app

Many of them are open-source: github.com/juzybits

On Polymedia I post only about my projects, and…

account_circle