From 2f39f715d5724f749a69e3d61273946d5781c0df Mon Sep 17 00:00:00 2001 From: ouss2811 Date: Fri, 16 Sep 2022 03:37:52 +0200 Subject: [PATCH 01/28] rinkby.test --- backend/src/config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/src/config.js b/backend/src/config.js index 79cc89ea19..7d4efeceef 100644 --- a/backend/src/config.js +++ b/backend/src/config.js @@ -51,8 +51,8 @@ const CHAIN = 'rinkeby'; // only rinkeby, polygon, or ethereum const CONTRACT_NAME = 'CRYPTOPUNKS'; const CONTRACT_SYMBOL = 'CP'; const METADATA_UPDATABLE = true; // set to false if you don't want to allow metadata updates after minting -const OWNER_ADDRESS = 'YOUR WALLET ADDRESS HERE'; -const TREASURY_ADDRESS = 'YOUR WALLET ADDRESS HERE'; +const OWNER_ADDRESS = '0x6AdaF03FaB41eDa20169dBA94c24984D29be22f6'; +const TREASURY_ADDRESS = '0x6AdaF03FaB41eDa20169dBA94c24984D29be22f6'; const MAX_SUPPLY = 5000; // The maximum number of NFTs that can be minted. CANNOT BE UPDATED! const MINT_PRICE = 0.01; // Minting price per NFT. Rinkeby = ETH, Ethereum = ETH, Polygon = MATIC. CANNOT BE UPDATED! const TOKENS_PER_MINT = 10; // maximum number of NFTs a user can mint in a single transaction. CANNOT BE UPDATED! @@ -63,7 +63,7 @@ const PUBLIC_MINT_START_DATE = "2022-03-20T11:30:48+00:00"; // This is required. // OPTIONAL CONTRACT DETAILS THAT CAN BE UPDATED LATER. const PRESALE_MINT_START_DATE = null; // Optional. Eg: 2022-02-08T11:30:48+00:00 const ROYALTY_SHARE = 1000; // Percentage of the token price that goes to the royalty address. 100 bps = 1% -const ROYALTY_ADDRESS = "0xd8B808A887326F45B2D0cd999709Aa6264CeF919"; // Address that will receive the royalty +const ROYALTY_ADDRESS = "0x6AdaF03FaB41eDa20169dBA94c24984D29be22f6"; // Address that will receive the royalty const BASE_URI = null; // only update if you want to manually set the base uri const PREREVEAL_TOKEN_URI = null; // only update if you want to manually set the prereveal token uri const PRESALE_WHITELISTED_ADDRESSES = []; // only update if you want to manually set the whitelisted addresses @@ -74,8 +74,8 @@ let CONTRACT_ADDRESS = "YOUR CONTRACT ADDRESS"; // If you want to manually inclu // Generic Metadata is optional if you want to reveal your NFTs const GENERIC = true; // Set to true if you want to upload generic metas and reveal the real NFTs in the future const GENERIC_TITLE = CONTRACT_NAME; // Replace with what you want the generic titles to say if you want it to be different from the contract name. -const GENERIC_DESCRIPTION = "REPLACE THIS"; // Replace with what you want the generic descriptions to say. -const GENERIC_IMAGE = "https://ipfs.io/ipfs/QmUf9tDbkqnfHkQaMdFWSGAeXwVXWA61pFED7ypx4hcsfh"; // Replace with your generic image that will display for all NFTs pre-reveal. +const GENERIC_DESCRIPTION = "which one you will get !"; // Replace with what you want the generic descriptions to say. +const GENERIC_IMAGE = "https://ipfs.io/ipfs/bafkreihy3f4yrfuhm7juwfzxfkxewcpe4hcqvjh77bvn3r6ujw4sddsdwa"; // Replace with your generic image that will display for all NFTs pre-reveal. // Automatically set contract address if deployed using the deployContract.js script try { From eea896ae45aa96db1edfe4d8b6c179eff2a975cf Mon Sep 17 00:00:00 2001 From: ouss2811 Date: Sat, 17 Sep 2022 00:20:55 +0200 Subject: [PATCH 02/28] MAke change --- backend/.env.example | 1 - 1 file changed, 1 deletion(-) delete mode 100644 backend/.env.example diff --git a/backend/.env.example b/backend/.env.example deleted file mode 100644 index eb5d486056..0000000000 --- a/backend/.env.example +++ /dev/null @@ -1 +0,0 @@ -NFTPORT_API_KEY= \ No newline at end of file From 79b219a22ecebbdeccd87f5b41f95429517ec13f Mon Sep 17 00:00:00 2001 From: ouss2811 <85112252+ouss2811@users.noreply.github.com> Date: Sat, 17 Sep 2022 01:40:34 +0200 Subject: [PATCH 03/28] Update netlify.toml --- frontend/netlify.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/netlify.toml b/frontend/netlify.toml index 3a8f91313d..973989e3fd 100644 --- a/frontend/netlify.toml +++ b/frontend/netlify.toml @@ -1,2 +1,4 @@ [build] - functions = "functions" \ No newline at end of file + functions = "functions" + [build] + ignore = "/bin/false" From 158192402ee5f9a2f835df2d41277f6f501ea011 Mon Sep 17 00:00:00 2001 From: ouss2811 <85112252+ouss2811@users.noreply.github.com> Date: Sat, 17 Sep 2022 01:43:23 +0200 Subject: [PATCH 04/28] Update netlify.toml --- frontend/netlify.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/netlify.toml b/frontend/netlify.toml index 973989e3fd..299334d40a 100644 --- a/frontend/netlify.toml +++ b/frontend/netlify.toml @@ -1,4 +1,3 @@ -[build] - functions = "functions" + [build] ignore = "/bin/false" From f820d0bab71338103b0dba59d94c74ce5091e48f Mon Sep 17 00:00:00 2001 From: ouss2811 Date: Sat, 17 Sep 2022 02:39:08 +0200 Subject: [PATCH 05/28] new color --- frontend/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index c4934196dd..eabf8bfb58 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,7 +1,7 @@ - CodeCats + OUSS @@ -71,7 +71,7 @@

Connect to MetaMask to Get Started

Welcome to the CodeCats NFT Project!

- The CodeCats NFT Project is a decentralized, open-source project that aims to demonstrate how to develope and launch your own NFT Collection. Follow step by step on the codeSTACKr YouTube channel. + The CodeCats NFT Project is a decentralized, open-source project that aims to demonstrate how to develope and launch your own NFT Collection. Follow step by step on the OUSS YouTube channel.

From 76509ac0e69b08d485252a14a33e5fcb8e8deeb0 Mon Sep 17 00:00:00 2001 From: ouss2811 Date: Sat, 17 Sep 2022 02:50:40 +0200 Subject: [PATCH 06/28] oui --- backend/src/config.js | 6 +++--- frontend/css/style.css | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/src/config.js b/backend/src/config.js index 7d4efeceef..25e072da2b 100644 --- a/backend/src/config.js +++ b/backend/src/config.js @@ -58,15 +58,15 @@ const MINT_PRICE = 0.01; // Minting price per NFT. Rinkeby = ETH, Ethereum = ETH const TOKENS_PER_MINT = 10; // maximum number of NFTs a user can mint in a single transaction. CANNOT BE UPDATED! // REQUIRED CONTRACT DETAILS THAT CAN BE UPDATED LATER. -const PUBLIC_MINT_START_DATE = "2022-03-20T11:30:48+00:00"; // This is required. Eg: 2022-02-08T11:30:48+00:00 +const PUBLIC_MINT_START_DATE = "2022-10-10T11:30:48+00:00"; // This is required. Eg: 2022-02-08T11:30:48+00:00 // OPTIONAL CONTRACT DETAILS THAT CAN BE UPDATED LATER. -const PRESALE_MINT_START_DATE = null; // Optional. Eg: 2022-02-08T11:30:48+00:00 +const PRESALE_MINT_START_DATE = "2022-09-17T11:30:48+00:00"; // Optional. Eg: 2022-02-08T11:30:48+00:00 const ROYALTY_SHARE = 1000; // Percentage of the token price that goes to the royalty address. 100 bps = 1% const ROYALTY_ADDRESS = "0x6AdaF03FaB41eDa20169dBA94c24984D29be22f6"; // Address that will receive the royalty const BASE_URI = null; // only update if you want to manually set the base uri const PREREVEAL_TOKEN_URI = null; // only update if you want to manually set the prereveal token uri -const PRESALE_WHITELISTED_ADDRESSES = []; // only update if you want to manually set the whitelisted addresses +const PRESALE_WHITELISTED_ADDRESSES = ["0x6AdaF03FaB41eDa20169dBA94c24984D29be22f6"]; // only update if you want to manually set the whitelisted addresses // ** OPTIONAL ** let CONTRACT_ADDRESS = "YOUR CONTRACT ADDRESS"; // If you want to manually include it diff --git a/frontend/css/style.css b/frontend/css/style.css index 8455785888..c90c5a7cad 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -8,11 +8,11 @@ --font-primary: "Poppins", sans-serif; --font-secondary: "Arvo", serif; --font-code: "Roboto", monospace; - --bg-color: #00163f; + --bg-color: #234585; --bg-color-transparent: #00163f80; --font-color: #ffffff; --btn-bg-color: #ffffff; - --accent-color: #be7efe; + --accent-color: #2a7799; --header-shadow: var(--accent-color) 0px 0px 5px; --card-shadow: var(--accent-color) 0px 0px 20px; } From ac9f30fcbf240976dd750c255a47fe004de409c0 Mon Sep 17 00:00:00 2001 From: ouss2811 Date: Sat, 17 Sep 2022 02:54:24 +0200 Subject: [PATCH 07/28] change --- frontend/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/css/style.css b/frontend/css/style.css index c90c5a7cad..b2919c46b8 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -12,7 +12,7 @@ --bg-color-transparent: #00163f80; --font-color: #ffffff; --btn-bg-color: #ffffff; - --accent-color: #2a7799; + --accent-color: #0979aa; --header-shadow: var(--accent-color) 0px 0px 5px; --card-shadow: var(--accent-color) 0px 0px 20px; } From 45d1cc2df68a33977de5e930982d3829719262c7 Mon Sep 17 00:00:00 2001 From: ouss2811 Date: Sat, 17 Sep 2022 03:02:42 +0200 Subject: [PATCH 08/28] yeah --- backend/src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/config.js b/backend/src/config.js index 25e072da2b..bc5818ff59 100644 --- a/backend/src/config.js +++ b/backend/src/config.js @@ -61,7 +61,7 @@ const TOKENS_PER_MINT = 10; // maximum number of NFTs a user can mint in a singl const PUBLIC_MINT_START_DATE = "2022-10-10T11:30:48+00:00"; // This is required. Eg: 2022-02-08T11:30:48+00:00 // OPTIONAL CONTRACT DETAILS THAT CAN BE UPDATED LATER. -const PRESALE_MINT_START_DATE = "2022-09-17T11:30:48+00:00"; // Optional. Eg: 2022-02-08T11:30:48+00:00 +const PRESALE_MINT_START_DATE = "2022-09-16T11:30:48+00:00"; // Optional. Eg: 2022-02-08T11:30:48+00:00 const ROYALTY_SHARE = 1000; // Percentage of the token price that goes to the royalty address. 100 bps = 1% const ROYALTY_ADDRESS = "0x6AdaF03FaB41eDa20169dBA94c24984D29be22f6"; // Address that will receive the royalty const BASE_URI = null; // only update if you want to manually set the base uri From 263958df7900fa102ff18c395e1e27000ce7bd3d Mon Sep 17 00:00:00 2001 From: ouss2811 Date: Sat, 17 Sep 2022 03:15:56 +0200 Subject: [PATCH 09/28] wee --- frontend/js/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/js/constants.js b/frontend/js/constants.js index 1d8868462d..636a6b4c60 100644 --- a/frontend/js/constants.js +++ b/frontend/js/constants.js @@ -1,9 +1,9 @@ -const contractAddress = "YOUR CONTRACT ADDRESS"; // Replace with your own contract address +const contractAddress = "0x950dc363d674f9115c1d41c539472e2334cb276b"; // Replace with your own contract address const chain = 'rinkeby'; // rinkeby, polygon, or ethereum const welcome_h1 = "Welcome to the CodeCats NFT Project!!"; const welcome_h2 = "Connect to MetaMask to Get Started"; -const welcome_p = 'The CodeCats NFT Project is a decentralized, open-source project that aims to demonstrate how to develope and launch your own NFT Collection. Follow step by step on the codeSTACKr YouTube channel.'; +const welcome_p = 'The OUSS NFT Project is a decentralized, open-source project that aims to demonstrate how to develope and launch your own NFT Collection. Follow step by step on the codeSTACKr YouTube channel.'; const h1_presale_coming_soon = "NFT Drop Coming Soon!!"; const h1_presale_mint = "Pre-Sale Minting Open!!"; const h1_public_mint = "Public Minting Open!!"; From 5bdf95c9ba6b20c60a8e40fe69b6e7475c4c3182 Mon Sep 17 00:00:00 2001 From: ouss2811 Date: Sat, 17 Sep 2022 03:17:38 +0200 Subject: [PATCH 10/28] yes --- frontend/js/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/js/constants.js b/frontend/js/constants.js index 636a6b4c60..ec92290f45 100644 --- a/frontend/js/constants.js +++ b/frontend/js/constants.js @@ -3,7 +3,7 @@ const chain = 'rinkeby'; // rinkeby, polygon, or ethereum const welcome_h1 = "Welcome to the CodeCats NFT Project!!"; const welcome_h2 = "Connect to MetaMask to Get Started"; -const welcome_p = 'The OUSS NFT Project is a decentralized, open-source project that aims to demonstrate how to develope and launch your own NFT Collection. Follow step by step on the codeSTACKr YouTube channel.'; +const welcome_p = 'The OUSS NFT Project is a decentralized, open-source project that aims to demonstrate how to develope and launch your own NFT Collection.'; const h1_presale_coming_soon = "NFT Drop Coming Soon!!"; const h1_presale_mint = "Pre-Sale Minting Open!!"; const h1_public_mint = "Public Minting Open!!"; From b9cc20f0c764becedce1e86e0d4c0e1b3a0a817f Mon Sep 17 00:00:00 2001 From: ouss2811 Date: Sat, 17 Sep 2022 03:20:08 +0200 Subject: [PATCH 11/28] we --- frontend/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index eabf8bfb58..1b19485ccc 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -39,21 +39,21 @@