VWBL / VWBL-SDK

VWBL SDK for JavaScript in the browser and Node.js
https://docs.vwbl-protocol.org/
Apache License 2.0
15 stars 3 forks source link

Fix/add functions and comments #150

Closed Huzitatuguharu closed 4 months ago

Huzitatuguharu commented 4 months ago
thashimoto1998 commented 4 months ago

@Huzitatuguharu UPLOAD_CONTENのstep処理が2回行われているので1回に修正してください。 https://github.com/VWBL/VWBL-SDK/blob/7e7e9213e3b42f53d24e6eacf2d02e45d685929f/src/vwbl/erc6150/VWBLMetaTx.ts#L226

thashimoto1998 commented 4 months ago

VWBLERC1155, VWBLERC1155EthersのクラスにmintTokenForIPFSのメソッド追加をお願いします。 https://github.com/VWBL/VWBL-SDK/blob/fix/add-functions-and-comments/src/vwbl/erc721/VWBL.ts#L380