标签: nearprotocol
ERC20令牌标准(https://eips.ethereum.org/EIPS/eip-20)定义了可替代令牌。 NEAR的版本是什么?
答案 0 :(得分:2)
NEAR协议的ERC标准版本称为NEP(“ NEAR增强建议”)。该仓库位于https://github.com/nearprotocol/NEPs(可能会移至https://github.com/near/NEPs)上。
与ERC20类似的可替代令牌的特定标准称为NEP21
编辑:Reference walkthrough in the NEAR docs
作为参考,与ERC721类似的 non 替代令牌标准为NEP4
答案 1 :(得分:1)
实际上,它们是NEP21替代代币(ERC20)的更好参考
https://github.com/near-examples/FT
和相关的NFT(ERC721或NEP4)
https://github.com/near-examples/NFT