You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## Project Description
4
4
This is a Substrate based remake of CryptoPunks game, a classic game that inspired ERC-721 Ethereum standard.
5
5
6
-
10,000 unique character images were generated from a brand new set of face parts and put on IPFS network (can be accessed by this link at UseTech IPFS Gateway: [SubstraPunks - IPFS](https://ipfs-gateway.usetech.com/ipfs/QmRVBEk1o1Tyoc925FtRMQDJhubsKJjoayRRL5Dww2RTJZ/)) to prove that games and other applications that use our [NFT Chain](https://github.com/usetech-llc/nft_parachain) can be fully decentralized.
6
+
10,000 unique character images were generated from a brand new set of face parts and put on IPFS network (can be accessed by this link at UseTech IPFS Gateway: [SubstraPunks - IPFS](https://ipfs-gateway.usetech.com/ipfs/QmVfXUHTmt85c1Mq2DKmyKYnhbZYw6W1dUnEQc45yo6TEf/)) to prove that games and other applications that use our [NFT Chain](https://github.com/usetech-llc/nft_parachain) can be fully decentralized.
7
7
8
8
Each character has its set of features that is programmed into the NFT TestNet Blockchain. NFT Pallet stores details about each Punk whether it has Brown Beard, Orange Hair or smokes a Pipe, and the IPFS hosted web page retrieves these details from NFT Chain, so the game becomes completely 100% serverless.
The CryptoPunks are 10,000 uniquely generated characters.
68
-
No two are exactly alike, and each one of them can be officially owned by a single person on
69
-
the <ahref="https://uniqueapps.usetech.com">Polkadot NFT</a> blockchain.
70
-
Originally, they could be claimed for free by anybody with an NFT wallet.
71
-
The zoomable image above is connected to the Polkadot NFT network and has been colored to
72
-
show you the status of every Punk in the market.
73
-
Punks with a <spanstyle="background-color: #adc9d6; padding-left: 2px; padding-right: 2px;">blue background</span> have been claimed.
74
-
Punks with a <spanstyle="background-color: #d6adad; padding-left: 2px; padding-right: 2px;">red background</span> are available for sale by their owner.
75
-
You can click to zoom in on a Punk and reveal its details.
53
+
The CryptoPunks are 10,000 uniquely generated characters. No two are exactly the same, and each one of them
54
+
can be officially owned by a single person on the Unique Network blockchain. Initially they can be claimed
55
+
for free by anybody with an NFT wallet. The zoomable image above is connected to the Polkadot NFT network and
56
+
has been colored to show you the status of each Punk in the market. Punks with a
if(awaitn.getBalance(newOwner)=="0")throw"You need some Unique token balance in order to run a transaction. Please use a Faucet or contact us at our Telegram channel in order to get some";
60
+
61
+
awaitn.claimAsync(punkId,newOwner);
53
62
}
54
63
catch(err){
55
-
alert('There was an error:',err);
64
+
errMsg=`<p style='color:red;'>Something went wrong: ${err}. You may want to try again.</p>`;
0 commit comments