Replies: 2 comments 2 replies
-
Hey vccomnet We added the Deploy and Mint methods during development, but they were removed in the final PR since the Transfer method was the top priority and we lacked tests for the former two. In other words; as of now we only support Transfer. I do not know yet when/if Deploy and Mint will be implemented. I hope the graph and the tests that you saw make it clear on how the API is used? |
Beta Was this translation helpful? Give feedback.
-
@lamafab hi,First of all, thank you for your work on this. I used |
Beta Was this translation helpful? Give feedback.
-
I am learning to use wallet core and want to develop a BRC20 tool software. I have looked at the sample code in the tests section, including: TEST (Bitcoin Signing, SignBRC20TransferCommit), TEST (Bitcoin Signing, SignBRC20TransferReveal), and TEST (Bitcoin Signing, SignBRC20TransferInsertion), but I cannot see what their respective functions are, which is deploy, which is mint, and which is transfer, The example does not have a method to set op. Please help explain, thank you.
Beta Was this translation helpful? Give feedback.
All reactions