-
Notifications
You must be signed in to change notification settings - Fork 5
/
ValuableNotes
94 lines (68 loc) · 4.02 KB
/
ValuableNotes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# EXTREMELY VALUABLE TIPS/NOTES
// IPNS Address - https://gateway.ipfs.io/ipns/k51qzi5uqu5dhl0enp0dupzorbyhsmsdj1aewjbghr0se5kb1w1s65dof038g5
// IPFS add -r (Hash) // Hash means to copy/paste that long Content Identifier "CID"<p/>
// ^^ IPNS Static never changes, when you add file to folder, update CID of folder to be the new routed IPNS if you want to host locally.
DEBUGGING META DATA: // You will use this to verify URI's after deployment
https://testnets-api.opensea.io/asset/<your_contract_address>/<your_token_id>/validate/
https://api.opensea.io/asset/<your_contract_address>/<your_token_id>/validate/
<p/>
# Installation Guides for Necessary Programs
<p/>
How to install node.js https://nodejs.org/en/download/<p/>
How to install https://code.visualstudio.com/download<p/>
How to install .Git https://git-scm.com/downloads<p/>
How to install Ganache https://www.trufflesuite.com/ganache<p/>
How to install IPFS Desktop https://ipfs.io/#install<p/>
<p/>
# CODING SCHOOL:
https://www.w3schools.com/
https://codepen.io/pen/
<p/>
# Valuable Websites you'll utilize:
First Here's the Art Generator, aka Hashlips Art Engine
```sh
git clone https://github.com/TomorrowWontExist/ArtGeneratorUpdated.git
```
<p/>
```sh
git clone https://github.com/TomorrowWontExist/NFTTutorial.git
```
https://etherscan.io/address/0x688db0131c807a3495c23bc1b25726a76ea31f49#code // Verify contract
https://app.pinata.cloud/ // Store .png + .json Files Separately
https://opensea.io/ScrawnyViking // NFT Collection Uploads to Opensea
https://remix.ethereum.org/ // Deploy Solidity ERC20/721 Smart Contract
https://aws.amazon.com/account/sign-up // Deploy + Hosting (Use custom Domain) "AWESOME UTILITY"
https://app.ens.domains/name/tbcnft.eth/register // Hosting .eth
https://unstoppabledomains.com // Hosting .crypto .zil +more
https://godaddy.com // Hosting .io .exchange +more
https://twitter.com/twecryptodev // Tweet Wallet Address and copy link
https://faucet.rinkeby.io/ // Paste link into bar provided
Donation Wallet - Owner of TheBeeCollaborative | Just in case...
0x2608A324Ab6ad00Ca5b498DA6EF7E61E1F3417AD
ScrawnyVikings personal tip/donation wallet (Please only send NFTs to wallet above)
0x2cb473fDdEBDe10c66BC2312b6b6109F594ef56d
# COMMANDS TO USE:
node index.js // Run Build for Art Generator<p/>
node utils/updateBaseUri.js // Updates URI (Hash CID) after hosting onto Pinata/IPFS<p/>
node utils/rarityData.js // Check your Rarity Stats and make sure you are happy with the %'s<p/>
git clone // Download any Repoistory you want<p/>
npm install // Installs all dependencies needed to run script commands<p/>
npm start // opens local browser to view LIVE feed of your app.js Dapp (Website)<p/>
npm run build // Compiles Everything you did to create DApp and bundles it into a Production<p/>
npm run deploy // "If using Github Deploy Pages " Add following above scripts package.json<p/>
"homepage": "http://(Github Account Name).github.io/(Repo Name)",<p/> // Then add following to scripts<p/>
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
<p/>
"Remove "homepage:" if not Hosting with Github or IPNS" // Custom domains use root directory<p/>
<p/>
"If you don't have IPFS desktop run -ipfs daemon-" // Then open new terminal to host yourself"
<p/>
ipfs name resolve // Shows your currently connected CID Hash -- IPNS local hosting<p/>
ipfs add -r build/ // This will push your Build folder to IPFS where DApp/Website is now live to see<p/>
"homepage": "http://TomorrowWontExist.github.io/NFTTutorial", // Github<p/>
"homepage": "https://gateway.ipfs.io/ipns/k51qzi5uqu5dhl0enp0dupzorbyhsmsdj1aewjbghr0se5kb1w1s65dof038g5", // IPNS/IPFS Hosting<p/>
ipfs name publish (hash)
"Now we know how to Deploy and Host multiple ways! If this video helped you a ton... The BEST way to support ScrawnyViking is to support his Project TBC! Buy a Bee NFT @ https://tbcnft.io and stop by everyday to play Bee-ingo for a chance to win $1000!"
<p/>
Have FUN with your new collection and feel free to drop by and say Hi, or ask for assistance @ https://discord.gg/Rx2b4JTxJr