Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Feat/ptp 423 #27

Merged
merged 22 commits into from
May 27, 2022
Merged

Feat/ptp 423 #27

merged 22 commits into from
May 27, 2022

Conversation

kalote
Copy link
Contributor

@kalote kalote commented May 25, 2022

2 new functions:

  • Load contract
  • Mint
Copy link
Contributor

@efecarranza efecarranza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just have the question about TokenURI, other than that looks good to me.

lib/ContractTemplates/ERC721Mintable/ERC721Mintable.js Outdated Show resolved Hide resolved
efecarranza
efecarranza previously approved these changes May 26, 2022
import Sdk from './lib/SDK/sdk';
import Auth from './lib/Auth/Auth';
import { TEMPLATES } from './lib/NFT/constants';
import Sdk from './lib/SDK/sdk.js';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as we using .js or not?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.js for module type and avoid ERR_MODULE_NOT_FOUND error (see: https://stackoverflow.com/a/68783000/7526335)

efecarranza
efecarranza previously approved these changes May 26, 2022
@sonarcloud
Copy link

sonarcloud bot commented May 26, 2022

@kalote kalote merged commit 70abc87 into main May 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
3 participants