Skip to content
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

Open
ixje opened this issue Sep 26, 2022 · 7 comments
Open

Divisible NEP11 token example #767

ixje opened this issue Sep 26, 2022 · 7 comments

Comments

@ixje
Copy link

ixje commented Sep 26, 2022

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() with from and amount params, ownerOf() returning aniterator and balanceOf with an extra tokenId parameter)

@roman-khimov
Copy link

@Jim8y
Copy link
Contributor

Jim8y commented Mar 7, 2023

@vncoelho
Copy link
Member

@Liaojinghui, this one from Hecate2 maybe can serve as an example.

We need to address some issues in this repo and also update examples.

@cschuchardt88
Copy link
Member

Do any wallets even support divisible NFTs?

@Hecate2
Copy link
Contributor

Hecate2 commented Nov 9, 2023

Do any wallets even support divisible NFTs?

No

@ixje
Copy link
Author

ixje commented Nov 9, 2023

That's not really an argument to not have an example though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants