-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Divisible NEP11 token example #767
Comments
There is one in Go: https://github.com/nspcc-dev/neo-go/blob/master/examples/nft-d/nft.go |
@Hecate2 implemented a pretty good one, https://github.com/Hecate2/NFTLoan/blob/master/DivisibleNep11Token/DivisibleNep11Token.cs |
@Liaojinghui, this one from Hecate2 maybe can serve as an example. We need to address some issues in this repo and also update examples. |
Do any wallets even support divisible NFTs? |
No |
That's not really an argument to not have an example though |
There is example code for a non-divisible NEP11 token, but not for a divisible. I think for completeness sake we should have one for a divisible token that can act as a reference for the implementation of the divisible specific methods (
transfer()
withfrom
andamount
params,ownerOf()
returning aniterator
andbalanceOf
with an extratokenId
parameter)The text was updated successfully, but these errors were encountered: