Primary Functionality #3
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
parasitepool/entangle!3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "parabit/proof-of-concept"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Started as a proof of concept, but with the systems all working correctly, I think it is worth merging this and then working on the frontend/design to release it as a real product.
Implementation of PoC for Swap Marketto Primary FunctionalityI didn't look at all files in detail but overall it has a good structure and seems to work (ran some tests). A tip I would give along the way is to make the code more type safe. You have a lot of strings that will bite you in the ass down the road. For the ordinals stuff theres is also the ordinals crate and the ord crate that you can pull in to talk to the API (they have types already implemented). But overall LGTM