Skip to content

Standard token naming convention #1

@xgreenx

Description

@xgreenx

At the moment the library implements the next standard tokens: ERC20, ERC721, ERC1155.

But naming Erc* is related to the Ethereum network. In the case of Polkadot, we need to define our own specifications.
For specification, we can use PSP repository. Like naming, we can use PSP20 and etc. But maybe someone has better ideas about the naming of tokens.

!ink and Rust have unique features so we also need to think about the optimal function and their signature.
For example, we can include decrease_allowance and increase_allowance to Erc20 implementation like standard functions.

This is is blocker because the naming of traits influences the generation process of selectors for functions. So changing naming of traits later will break cross-contract execution of deployed contracts.

Proposals status:

Metadata

Metadata

Assignees

Labels

blockerIt means that issue is blocker for production

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions