import { mkt } from './config'
mkt.buy(
{
id: '<ITEM_MARKETPLACE_ID>',
amount: 1n,
mailingAddress: {
name: "John Doe",
phone: "+12024564545", // US or Canada phone number
street1: "123 Main St",
city: "Anytown",
state: "CA",
country: "USA",
zip: "12345"
},
email: "[email protected]"
fee: 300, // 3%
feeRecipient: "0x123...",
}
)