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

Update cad instructions #578

Merged
merged 2 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ During the upload process, you will need to sign two messages to approve file up

Most data on the front end is customizable in `frontend/config.ts`.

### Set the `collection_id` config
### Set the `collection_address` config

In order to add a collection to the public mint page, set `collection_id` in `frontend/config.ts` with the collection address.
In order to add a collection to the public mint page, set `collection_address` in `.env` with the collection address.

You can use a collection that you have minted using the tool by going to the "My Collections" page and copying its address.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@ During the upload process, you will need to sign a message to approve file uploa

Most data on the front end is customizable in `frontend/config.ts`.

### Set the `asset_id` config
### Set the `fa_address` config

In order to add a fungible asset to the public mint page, set `asset_id` in `frontend/config.ts` with the asset address.
In order to add a fungible asset to the public mint page, set `fa_address` in `.env` with the asset address.

You can use an assset that you have minted using the tool by going to the "My Assets" page and copying its address.

### Modify static content

Once the collection address has been configured, view the `frontend/config.ts` file to change any static content on the page. You can also modify the code itself as you wish.
Once the fungible asset address has been configured, view the `frontend/config.ts` file to change any static content on the page. You can also modify the code itself as you wish.

**How to add static images?**

Expand Down
Loading