Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rinky #138

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Rinky #138

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed backend/layers/Bottom lid/High High #20.png
Binary file not shown.
Binary file removed backend/layers/Bottom lid/Low#40.png
Binary file not shown.
Binary file removed backend/layers/Bottom lid/Middle#40.png
Binary file not shown.
Binary file removed backend/layers/Eye color/Cyan#1.png
Binary file not shown.
Binary file removed backend/layers/Eye color/Green#1.png
Binary file not shown.
Binary file removed backend/layers/Eye color/Pink#1.png
Binary file not shown.
Binary file removed backend/layers/Eye color/Purple#1.png
Binary file not shown.
Binary file removed backend/layers/Eye color/Red#1.png
Binary file not shown.
Binary file removed backend/layers/Eye color/Yellow#10.png
Binary file not shown.
Binary file removed backend/layers/Eyeball/Red#50.png
Binary file not shown.
Binary file removed backend/layers/Eyeball/White#50.png
Binary file not shown.
Binary file removed backend/layers/Iris/Large#20.png
Binary file not shown.
Binary file removed backend/layers/Iris/Medium#20.png
Binary file not shown.
Binary file removed backend/layers/Iris/Small#60.png
Binary file not shown.
Binary file removed backend/layers/Shine/Shapes#100.png
Binary file not shown.
Binary file removed backend/layers/Top lid/High#30.png
Binary file not shown.
Binary file removed backend/layers/Top lid/Low#20.png
Binary file not shown.
Binary file removed backend/layers/Top lid/Middle#50.png
Binary file not shown.
Binary file added backend/layers/base/base 1#100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backend/layers/base/base 2#100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backend/layers/base/base 3#100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backend/layers/base/base 4#100.png
Binary file added backend/layers/base/base 5#1.png
15 changes: 6 additions & 9 deletions backend/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,18 @@ const { NETWORK } = require(`${basePath}/constants/network.js`);
const network = NETWORK.eth;

// General metadata for Ethereum
const namePrefix = "YOUR COLLECTION NAME";
const description = "Remember to replace this description";
const namePrefix = "owlwporld1";
const description = "this is an owlworld1";
const baseUri = "ipfs://NewUriToReplace"; // This will be replaced automatically

const layerConfigurations = [
{
growEditionSizeTo: 5,
growEditionSizeTo: 20,
layersOrder: [
{ name: "Background" },
{ name: "Eyeball" },
{ name: "Eye color" },
{ name: "Iris" },
{ name: "Shine" },
{ name: "Bottom lid" },
{ name: "Top lid" },
{ name: "base" },
{ name: "goo" },

],
},
];
Expand Down