CryptoKitties is instrumental in blockchain because it was the first known application of DApp for leisure and recreation. ভ্যাঙ্কুভার-ভিত্তিক ব্লকচেইন কোম্পানি Axiom Zen দ্বারা নির্মিত, গেমটি নিজস্ব ব্লকচেইন তৈরি করার পরিবর্তে Ethereum নেটওয়ার্ক ব্যবহার করে। এটা স্বীকার করা গুরুত্বপূর্ণ যে CryptoKitties একটি মুদ্রা নয়, বরং এটি নন-ফাঞ্জিবল ব্লকচেইন সম্পদ।
Thus, each “kitty” is considered an ERC-721 token, allowing the holder/owner of it to hold it, allow it to mate, or trade it at any time.
The game’s whitepaper, or “white pa-purr” as it’s commonly referred to describes CryptoKitties as “digital, collectible cats built on the Ethereum blockchain, which can be bought and sold using ether, and bred to create new cats with exciting traits and varying levels of cuteness”.
লঞ্চের সময়, 50,000 "জেন 0" বিড়াল বা "ক্লক ক্যাটস" যেমন তাদের বলা হয়, ইথেরিয়ামের ব্লকচেইনে একটি স্মার্ট চুক্তিতে সংরক্ষণ করা হয়। চেহারায় অনন্য, ঘড়ি বিড়াল প্রতি 15 মিনিটে বিতরণ করা হয়। The genesis cat was born in adopted on December 2, 2017 and the last cats were generated November 2018. After this, no new “Gen 0” cats were created, ensuring that only 50,000 Gen 0 kitties would ever exist.
2017 সালের ডিসেম্বরে, ভিটালিক বুটেরিন টুইট করেছিলেন যে তিনি গেমটিকে সমর্থন করেছিলেন, যা প্রদর্শন করে যে ব্লকচেইন কেবলমাত্র অ্যাপের বাইরে নিয়ে আসে।

After its first week launch in 2017, the platform has over 60,000 users, 100,000 cats, and $5 million in sales--accounting for 25% of Ethereum’s network traffic at the time.
ক্রিপ্টোকারেন্সি কেনা এবং ট্রেড করা শুরু করুন
সাইন আপ করুন এবং মুদ্রার ভবিষ্যৎ
দিয়ে সুযোগ শুরু করুনএখনই সাইন আপ করুন
CryptoKitties-এর মূল স্মার্ট চুক্তি মালিকানা, মালিকানা স্থানান্তর এবং নতুন বিড়াল তৈরির অনুমোদন ট্র্যাক করে। যখন বিড়ালছানা কার্যকারিতার অন্যান্য দিকগুলির কথা আসে, যেমন প্রজনন, জেনেটিক্স এবং নিলাম অন্যান্য চুক্তিতে হয়৷
এই বিশেষ চুক্তি CryptoKitties ডেভেলপারদের বিশেষ ভূমিকা প্রদান করে। নির্দিষ্ট ভূমিকা নিম্নরূপ:
CEO:The CEO can reassign other roles and change the addresses of the dependent smart contracts. তাদের চুক্তি বাতিল করার ক্ষমতাও রয়েছে। "পজ" ফাংশনটি ডেভেলপারদের আপগ্রেড, বাগ বা হ্যাক হওয়ার ক্ষেত্রে সম্পূর্ণ চুক্তিকে বিরতি দেওয়ার অনুমতি দেয়৷
একটি চুক্তিতে বিরতি ফাংশনটি নিম্নরূপ পড়ে:
unction pause() public onlyCLevel whenNotPaused {
বিরতি =সত্য;
This particular contract assigns special roles to the CryptoKitties developers. নির্দিষ্ট ভূমিকা নিম্নরূপ:
CEO:The CEO can reassign other roles and change the addresses of the dependent smart contracts. They also have the ability to unpause the contract. The “pause” function allows developers to pause the entire contract in event there is an upgrade, bug, or hack.
The pause function in a contract reads as follows:
unction pause() public onlyCLevel whenNotPaused {
বিরতি =সত্য;

The most important contract in CryptoKitties is KittyBase, which sets the ground rules for kitty creation. This contains important information including, but not limited to:
This speaks to how ownership is defined in the smart contract, addressing the token’s fungibility. Github নিম্নলিখিত হিসাবে "মালিকানা" সংজ্ঞায়িত করে:
“This provides the methods required for basic non-fungible token transactions, following the draft ERC-721 spec (https://github.com/ethereum/EIPs/issues/721)”.
This contract sets the confines required for two kitties to breed and produce a new kitty. Breeding is comprised of the breeding process and birthing process.
প্রজনন ফাংশনটি প্রথমে মা জন্ম দেওয়ার জন্য প্রস্তুত কিনা তা পরীক্ষা করে, যার জন্য মায়ের প্রজন্ম বা পিতার প্রজন্ম সেট করা হয়, কার বয়স কম তার উপর নির্ভর করে।
After this, the child’s genes are created using the Gene Science function. Once the mother kitten births, three things occur:
For more information on how the breeding process works, please click here.
The “auction” functionality is dont via two sibling contracts--sales and siring. The logic behind the two sibling contracts, according to the developers, is complex and always presents a risk for bugs. By having two contracts, they can be upgraded without disrupting the main contract which tracks kitty ownership.
The rest of the auction functionality, like creation and bidding are done through the core contract.
In this particular auction contract, the developers via its CEO have set various public methods for auctioning cats or for siring services:
Remember, the COO has the power to create promo cats and Gen0 kitties. এই মিন্টিং কন্ট্রাক্ট হল তারা কিভাবে এটা করে।
By default, the contract places a limit as to the number of promo and Gen0 cats that can be created, which is built into the code itself:
সিওও-এর তৈরি করার ক্ষমতা খুবই শক্তিশালী। For example, the COO can create whatever Promo kitty they want with whatever genes they want. তারা যাকে খুশি তাকে প্রোমো কিটি পাঠাতে পারে।
COO-এর ক্ষমতা আছে তারা কি Gen0 কিটি তৈরি করতে চায় তা নির্ধারণ করার ক্ষমতা রাখে, যা তৈরি হওয়ার সাথে সাথেই নিলামে যায়।
The Core contract is the main contract which runs on the Ethereum blockchain. This inherits all the functions of the previous contracts.
ক্রিপ্টোকারেন্সি কেনা এবং ট্রেড করা শুরু করুন
সাইন আপ করুন এবং মুদ্রার ভবিষ্যৎ
দিয়ে সুযোগ শুরু করুনএখনই সাইন আপ করুন
Following the release of CryptoKitties, Dapper Labs decided to build the FLOW blockchain, with its native FLOW token. FLOW was designed to bring digital assets and DApps to the mainstream, implementing scale, speed, and security like no other blockchain in existence.
The FLOW team is comprised of leading researchers and production engineers, bringing in notable investors like Andreessen Horowitz, Union Square Ventures, Google Ventures, Samsung, and Venrock.
ফ্লো ব্লকচেইন সম্পর্কে আরও তথ্যের জন্য, অনুগ্রহ করে এখানে ক্লিক করুন।
ফ্লো পাবলিক টোকেন বিক্রয়ের দুটি পর্যায় ছিল - একটি সম্প্রদায় বিক্রয় এবং একটি ডাচ নিলাম৷
During the first stage of the public token sale, held on fundraising platform CoinList, allowed participants to purchase up to 10,000 FLOW tokens at $0.10/token, bringing in over 12,500 participants from over 115 countries. যাইহোক, মার্কিন যুক্তরাষ্ট্র, চীন এবং কানাডার বাসিন্দাদের অংশগ্রহণের অনুমতি দেওয়া হয়নি।
$18 মিলিয়ন উত্থাপন করে, FLOW-এর সর্বজনীন টোকেন বিক্রয় এটিকে CoinList-এর সর্বকালের সর্ববৃহৎ সর্বজনীন টোকেন বিক্রয়ে পরিণত করেছে। এটি 21 সেপ্টেম্বর থেকে 2 অক্টোবর পর্যন্ত চলে।
দ্বিতীয় পর্যায়, বা ডাচ নিলাম, 2020 সালের অক্টোবরের মাঝামাঝি সময়ে হয়েছিল, আরও 25 মিলিয়ন টোকেন বিক্রির অনুমতি দেওয়া হয়েছিল, যা মোট সরবরাহের 2% প্রতিনিধিত্ব করে। ডাচ নিলাম বিনিয়োগকারীদের বিড স্থাপনের অনুমতি দেয়, যেখানে তারা বিক্রয় শুরু হওয়ার আগে টোকেন কিনতে ইচ্ছুক থাকে, এবং সমস্ত টোকেন বিক্রি না হওয়া পর্যন্ত দাম শুরুর মূল্য থেকে নিচে চলে যায়। সমস্ত অংশগ্রহণকারী একই চূড়ান্ত ক্লিয়ারিং মূল্য প্রদান করে৷

On October 6, 2020, Japanese cryptocurrency exchange, Coincheck announced that it would be expanding its push into NFT, partnering with Dapper Labbs, to bring NFT to a mainstream Japanese audience. Coincheck CryptoKitties অ্যাপকে তার আসন্ন NFT মার্কেটপ্লেসে সংহত করার পরিকল্পনা করছে।
On October 6, 2020, Japanese cryptocurrency exchange, Coincheck announced that it would be expanding its push into NFT, partnering with Dapper Labbs, to bring NFT to a mainstream Japanese audience. Coincheck CryptoKitties অ্যাপকে তার আসন্ন NFT মার্কেটপ্লেসে সংহত করার পরিকল্পনা করছে।

2020 সালের মে মাসে, ড্যাপার ল্যাবস তার ফ্ল্যাগশিপ গেম, এনবিএ টপ শট-এর একটি বিটা সংস্করণ চালু করেছে, যা ব্যক্তিগত বিটাতে $2 মিলিয়নের বেশি আয় এনেছে। যখন এটি চালু হয়েছিল, তখন এটি $1.2 মিলিয়ন NBA কার্ড বিক্রি করেছিল৷
গেমটি FLOW ব্লকচেইনের উপর তৈরি করা হয়েছে, যা ঘর্ষণকে দূর করে যা আজকের দিনে গড় ভক্তদের জন্য ব্লকচেইন গেম খেলা কঠিন করে তোলে।
"টপ শট" হল এনবিএ লিগের সাথে আবদ্ধ ডিজিটাল সংগ্রহযোগ্য, যেখানে মাল্টিমিডিয়া এবং ডেটা উভয়ই রয়েছে। অ্যাপটি অক্টোবরের মাঝামাঝি বিটা থেকে বেরিয়ে এসেছে, "মার্কেটপ্লেস" এর সর্বজনীন লঞ্চের সাথে, ব্যবহারকারীদের তাদের কার্ড ট্রেড করার অনুমতি দেয়। যাইহোক, কোম্পানি বলেছে যে এটি "শুধু-আমন্ত্রণ"।
ক্রিপ্টোকারেন্সি কেনা এবং ট্রেড করা শুরু করুন
সাইন আপ করুন এবং মুদ্রার ভবিষ্যৎ
দিয়ে সুযোগ শুরু করুনএখনই সাইন আপ করুন
বিয়ার ট্র্যাপ ট্রেডিং কী এবং এটি কীভাবে কাজ করে?
কিভাবে আপনি মারা যাওয়ার পরে অন্ধ হওয়া এড়াবেন
নিরাপদ যোগাযোগের উপর PSD2 মান:একটি ভারসাম্যমূলক কাজ
হ্যাঁ, আপনি একটি বাড়ি কিনতে পারেন, একটি পরিবার শুরু করতে পারেন এবং আপনার ছাত্র ঋণ পরিশোধ করতে পারেন
কিভাবে পেপালের মাধ্যমে অনলাইনে একটি মানি অর্ডার কিনবেন