You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable the API to execute NFT and fungible token transfers between accounts on StarkNet Testnet using the safeTransferFrom method from the ERC-1155 contract. This will allow users to send assets securely.
📌 Issue: Implement ERC-1155 Token Transfers
🔹 Description
Enable the API to execute NFT and fungible token transfers between accounts on StarkNet Testnet using the
safeTransferFrom
method from the ERC-1155 contract. This will allow users to send assets securely.📂 Project Structure
src/modules/blockchain/services/starknet.service.ts
src/modules/blockchain/controllers/blockchain.controller.ts
src/modules/blockchain/dtos/transfer.dto.ts
🛠️ Tasks
transferToken(from, to, tokenId, amount)
using thesafeTransferFrom
function from the contract.✅ Acceptance Criteria
The text was updated successfully, but these errors were encountered: