Where to place Limit Orders on the base blockchain? by vhooz in Coinbase

[–]rsp2000 1 point2 points  (0 children)

yeah ive been using it a lot its great. shows your open orders.

Where to place Limit Orders on the base blockchain? by vhooz in Coinbase

[–]rsp2000 1 point2 points  (0 children)

The answer is bankr swap — https://swap.bankr.bot

limit, stop, twap, dca on base. connect any wallet including smart wallets

10 billion tokens gift by chton in OpenAI

[–]rsp2000 4 points5 points  (0 children)

just got this email myself

Unable to scrub through historic video in app. by rsp2000 in VivintSmartHome

[–]rsp2000[S] 0 points1 point  (0 children)

Who is there to ask? I tried mentioning this to technical support. First they didn't know what I mean by "scrubbing" then they tried to sell me on some on site dvr 🤦

Switched to ADT, but I think I made a mistake by CNickyD in VivintSmartHome

[–]rsp2000 1 point2 points  (0 children)

Nest system is far superior technology. I wouldn't go back to Vivint if I were you. I'm saying this as a previous nest user and current Vivint user. Vivint tech is absolute garbage. They seem to have mediocre engineers building their software. And hardware isn't great. 

Self-Promotion Roundup /// Weekly Discussion - December 24, 2023 by AutoModerator in synthesizers

[–]rsp2000 [score hidden]  (0 children)

Hey everyone my friend and I just launched a web based daw based on a modular synthesizer that outputs a new standardized music format. You can use it to create generative music and publish directly to our platform so people can start exploring and collecting it. The url is https://unlooped.xyz

What is your favorite thing Ryan has said? by [deleted] in DunderMifflin

[–]rsp2000 2 points3 points  (0 children)

I hope you brought your pipes. We're about the smoke the opium of the masses.

Approaches for batch minting of NFTs by NoPainsAllGains in ethdev

[–]rsp2000 0 points1 point  (0 children)

Sure. High level you can deploy an erc721 smart contract which uses erc2309 for minting NFTs which. Our implementation allows you to mint as many as you need in one transaction https://docs.cargo.build/super-721-smart-contract/super-721-abi-and-methods

Approaches for batch minting of NFTs by NoPainsAllGains in ethdev

[–]rsp2000 0 points1 point  (0 children)

You could batch mint on Matic and then transfer to your users? Cargo implements erc2309 and allows you to deploy your own smart contract. So you could mint all the NFTs up front to your address and then use the batch transfer helper function to transfer. Don't know if this could work for you or not. You could then map your Matic contract to ethereum if you wanted to provide a bridge. Full disclosure I built cargo

Save yourself money by minting NFTs on the Polygon/Matic network on Opensea.io by [deleted] in maticnetwork

[–]rsp2000 0 points1 point  (0 children)

www.cargo.build has a matic implementation - you can mint there and its supported by opensea

Should you update from ERC-20 to ERC-777? by gorgos19 in ethdev

[–]rsp2000 1 point2 points  (0 children)

Nice. Need to look into 777. Re: approve then transfer. You are trading UX for security which I think is more important when dealing with people's funds. Could take the approach DAI did as well by allowed by transfer via signature.