Toronto
June 20-23
1. Budget size
2. Attendee profile
3. Sponsorship, what do we get in package
4. virtual vs in-person
5. dates
6. activation piece
Learn More โ
No speaking slots w/C Level only
Find speaking relationships
Workshop speaking slots, well capture day sign-up
Diamond Level has the "Developer Lounge" by Siemens usually takes that slot
Learn More โ
Learn More โ
Turnkey Option - the conference will build this out, we just give them the graphics
Doesn't have much data on dev profile, mostly it's decision makers
Only in-person
Web Summit is 40K ppl
Timeline:
Will Give us to Monday
Price will rise Jan 1, 2022
def passengers(): ''' Function to return dict ''' passenger_list = [{ "Name": "Passenger1", "Zipcodes": "Zipcode1"}, {"Name": "Passenger2", "Zipcodes": "Zipcode2"}, {"Name": "Passenger3", "Zipcodes": "Zipcode3"},] return passenger_list #return statement def drivers(): "return driver_list"
Oct 26, 2021Author: @sydneylai You hear about NFTs as collectibles or images, but how do we store or collect them? Today we will build an NFT wallet and host them on IPFS as a unique NFT. We host the images in IPFS because this a peer to peer and a decentralized form of storage, rather than a centralized solution like AWS or Google Cloud. Therefore if AWS goes down or you forget to pay your Cloud subscription, you still have a hosting solution that assigned a unique identifier or content identifier (CID). Once you have a unique image, you can either distribute your NFTs on a marketplace, put it on a smart contract or turn it into a game. I'll include resources below for how else you can continue to build. This tutorial is for beginners who want to learn how to create and host their NFTs. Start Here :::info
Oct 22, 2021Author: @sydneylai You hear about NFTs as collectables or images, but how do we store or collect them? Today we will build an NFT wallet and host them on IPFS as a unique NFT. We host the images in IPFS because this a peer to peer and a decentralized form of storage, rather than a centralized solution like AWS or Google Cloud. Therefore if AWS goes down or you forget to pay your Cloud subscription, you still have a hosting solution that assigned a unique identifier or content identifier (CID). Once you have a unique image, you can either distribute your NFTs on a marketplace, put it on a smart contract or turn it into a game. I'll include resources below for how else you can continue to build. This tutorial is for beginners who want to learn how to create and host their NFTs. Start Here :::info
Oct 22, 2021or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up