How to send ERC1155 out of a Contract

Hi @marioOnto,

You could look at: Create an ERC1155

When we transfer ERC1155 to a contract, (https://docs.openzeppelin.com/contracts/4.x/api/token/erc1155#IERC1155-safeTransferFrom-address-address-uint256-uint256-bytes-) then that contract needs to implement https://docs.openzeppelin.com/contracts/4.x/api/token/erc1155#IERC1155Receiver-onERC1155Received-address-address-uint256-uint256-bytes-