Kevin Faveri
Kevin Faveri
Hi! Crunching atm so didnt had time to integrate it yet; once I do, will circle back
Same here... but I'm using ElementUI (element.eleme.io)
While there is no solution, pure Javascript can be used to set the input value and then create an 'Input' event, which is the event that the 'v-model' directive listens...
> Did you find solution to this? I think mimicking a input programatically might refresh the mask, like this: ```javascript const domInputElement = document.getElementById("elementId"); domInputElement.value = newValue; // if you...
In the "Ask: Offer to sell sats", I fail to see how it is possible to guarantee these two: - that the buyer pays a minimum value (otherwise transaction wont...
Just created a topic on Discord #tech-support https://discord.com/channels/987504378242007100/1076920008065679500 in case we wanna discuss in a real time chat environment
> @kevinfaveri the seller's signature commits to (only) the input spending the ordinal and the output paying himself the desired price, via SIGHASH_SINGLE|ANYONECANPAY. Anyone in possession of that PSBT can...
@orenyomtov just released an open source NFT marketplace base layer protocol. Let's hack and validate it. https://twitter.com/orenyomtov/status/1628106067119833107 https://github.com/orenyomtov/openordex Congrats on the release and thanks on the choice of going OSS...
Hey @casey. maybe we can make it so that you can run the wallet still? rn even using the wallet for inscribing NFTs is not possible because it will say...
> "Digital artifacts are complete. An NFT that points to off-chain content on IPFS or Arweave is incomplete, and thus is not a digital artifact." --https://docs.ordinals.com/digital-artifacts.html > > Casey doesn't...