Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerthebuildor committed Jan 25, 2022
1 parent 2513907 commit a920521
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ yarn install

Checkout the [ART_SPEC.md](./ART_SPEC.md) for info on how to structure your raw assets.

Then got to [settings.js](./settings.js) and make sure that file is correctly configured for your specific project.

```bash
yarn createAll

Expand Down
6 changes: 4 additions & 2 deletions settings.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
const build = {
sourceName: "example-assets", // folder name of correctly formated asset that is in /inputs
quantity: 999,
sourceName: "example-assets", // Folder name of correctly formated asset that is in /inputs
quantity: 10, // How many would you like to generate? Try a small number for test runs
};

// This is the data that will show up in your NFT metadata
const PROJECT_NAME = "Example Project";
const SYMBOL = "EXAMPLE";
const CREATORS = [];

// DONT EDIT ANYTHING BELOW THIS LINE
const meta = {
image: "",
name: PROJECT_NAME,
Expand Down

0 comments on commit a920521

Please sign in to comment.