It might be a stupid question, but I am trying to learn how to work with Near Protocol in Near academy.
In chapter 6, you have a task to login to NEAR using CLI, register yourself as a meme museum contributor and register your meme.
Link to the Chapter 6: https://near.academy/near101/chapter-6
I have an issue when I try to register the meme. I am getting an error:
Unknown argument: {meme : bingoo, title : telephonememe, data : https://9gag.com/gag/a718nWb, category : 4}
I am not sure why those arguments are percevied as unknown.
Here's the code:
near call museum.testnet add_meme \ '{"meme" : "bingoo", "title" : "telephonememe", "data" : "https://9gag.com/gag/a718nWb", "category" : 4}' --accountId bingoo.testnet --amount 4