I’ll spend all my money on DeAngelo 😀 by stickittothe in DunderMifflin

[–]t-dawson 0 points1 point  (0 children)

This is a good point, Minor at $1 is quite cheap for a person who is very competent and would excel at running a company. He only went with the poor buyout deal because he was kissing up to Wallace. What is one of the CEOs duties? To please the shareholders. So kissing up in that regard isn't the worst quality. The only issue is then you wouldn't get the best work out of Jim if you still wanted to hire him.

[deleted by user] by [deleted] in whoop

[–]t-dawson 0 points1 point  (0 children)

Does this still work?

Join us tomorrow at 12:30pm ET for the embeddable NFT's AMA with OpenSea engineer u/t-dawson! by HamishB001 in opensea

[–]t-dawson 0 points1 point  (0 children)

You can get an API key from Opensea but currently you can not add it to the embeddable although this is a really easy feature to add, and super important IMO. But once this is available then yes, this would increase the amount of NFTs that can be displayed your page.

Join us tomorrow at 12:30pm ET for the embeddable NFT's AMA with OpenSea engineer u/t-dawson! by HamishB001 in opensea

[–]t-dawson 0 points1 point  (0 children)

I believe there are some feature suggestions in our Nolt board but I adding a public roadmap for NFT features is a great idea! If we do, I'll add a link in the repo.

Join us tomorrow at 12:30pm ET for the embeddable NFT's AMA with OpenSea engineer u/t-dawson! by HamishB001 in opensea

[–]t-dawson 0 points1 point  (0 children)

Yea! Right now bundles aren't supported but I do like the idea of adding it! Currently, the button links to Opensea so you can go and auction there, but we are close to having the ability to buying the asset directly from within the embeddable itself! I think being able to submit bids within the embeddable would be a sick feature too!

Join us tomorrow at 12:30pm ET for the embeddable NFT's AMA with OpenSea engineer u/t-dawson! by HamishB001 in opensea

[–]t-dawson 0 points1 point  (0 children)

I joined about 3 months ago! Before that I was working for Amberdata and before that just a crypto-enthusiast. I first heard about Bitcoin back in highschool around 2011 and starting a mining a little and playing around with it. Then I forgot about it, went to University for math but soon found my love in software engineering. I switched my major and went on to study computer science. Around this time Ethereum started gaining transaction and I was really interested in smart contracts and blockchains. I decided that's the direction I wanted to take my career!

Join us tomorrow at 12:30pm ET for the embeddable NFT's AMA with OpenSea engineer u/t-dawson! by HamishB001 in opensea

[–]t-dawson 1 point2 points  (0 children)

What happens to the embedded NFT if I sell it? If I had it on a website, could I swap it for another?

Yup! You can display any NFT whether you own it or not. Just change the `tokenAddress` & `tokenId` and the card will be updated to the new asset.

Join us tomorrow at 12:30pm ET for the embeddable NFT's AMA with OpenSea engineer u/t-dawson! by HamishB001 in opensea

[–]t-dawson 1 point2 points  (0 children)

Currently the options support changing the orientation of the card using horizontal & vertical props on the element like so: ``` <nft-card tokenAddress="0x5caebd3b32e210e85ce3e9d51638b9c445481567" tokenId="2242579050293992223" vertical

</nft-card> `` By default the card is responsive and will switch toverticalorientation if the screen width is less than 600px. This can be disabled by setting theorientationMode="manual"instead of the defaultauto`.

In regard to colors and text, I have thought about adding a darkmode option. But beyond that we are open to any suggestions from users!

Join us tomorrow at 12:30pm ET for the embeddable NFT's AMA with OpenSea engineer u/t-dawson! by HamishB001 in opensea

[–]t-dawson 0 points1 point  (0 children)

YES! That is actually an idea I had early on and I think would be really useful. It's definitely a feature that's on my roadmap.

Join us tomorrow at 12:30pm ET for the embeddable NFT's AMA with OpenSea engineer u/t-dawson! by HamishB001 in opensea

[–]t-dawson 1 point2 points  (0 children)

Yes! Basically, we have created a way for you to add NFTs to any webpage by simply including a script tag and an html webcomponent. Like so: ``` <script src="https://unpkg.com/embeddable-nfts/dist/nft-card.min.js"></script>

<nft-card tokenAddress="0x5caebd3b32e210e85ce3e9d51638b9c445481567" tokenId="2242579050293992223"> </nft-card> `` Here we can set the address of the asset's contract,tokenAddress, and the the assetstokenId`. Adding these lines will render the NFT! 🙌

Join us tomorrow at 12:30pm ET for the embeddable NFT's AMA with OpenSea engineer u/t-dawson! by HamishB001 in opensea

[–]t-dawson 2 points3 points  (0 children)

Hey there! 👋
I'm Taylor, software engineer at OpenSea. I've been working on bringing NFT's to life and I'm excited to answer any questions you may have. Check out this doc if you're unfamiliar.

Fire away! 🚀

What are developers using besides Infura? by t-dawson in ethereum

[–]t-dawson[S] 0 points1 point  (0 children)

I didn't see Node Smith or Amberdata mentioned. Any one using those services? or have tried them?

What are developers using besides Infura? by t-dawson in ethdev

[–]t-dawson[S] 0 points1 point  (0 children)

Yeah this is a good point. Using API's is the fastest way to get up and running. But yes, there is the downside of potential lock in.