diff --git a/versioned_docs/version-5.x/standards/overview.md b/versioned_docs/version-5.x/standards/overview.md index 97e678e54e..58eb77d16f 100644 --- a/versioned_docs/version-5.x/standards/overview.md +++ b/versioned_docs/version-5.x/standards/overview.md @@ -9,12 +9,64 @@ hide_title: true # Overview Standards are maintained by the community initiative ink!hub. -You can find them here: +You can find them here: [github.com/inkdevhub/standards](https://github.com/inkdevhub/standards). + +## Wallet Support + + + + + + + + + + + + + + + + + + + + + + + + + + +
Contract InteractionsTokens (PSP-22)NFTs (PSP-34)
+ + SubWallet + +
+ + Polkadot{.js} + +
+ + Talisman + +
-Two noteworthy standards are: ## PSP-22 +A standard for a fungible token interface for WebAssembly smart contracts which run on Substrate's [`contracts` pallet](https://github.com/paritytech/substrate/tree/master/frame/contracts). + +This proposal aims to define the standard fungible token interface for WebAssembly smart contracts, just like [EIP-20](https://github.com/ethereum/EIPs/edit/master/EIPS/eip-20.md) for the Ethereum ecosystem. + ## PSP-34 -## PSP-37 \ No newline at end of file +A standard for a Non-Fungible Token interface for WebAssembly smart contracts which run on Substrate's [`contracts` pallet](https://github.com/paritytech/substrate/tree/master/frame/contracts). + +This proposal aims to define the standard Non-Fungible Token interface for WebAssembly smart contracts, just like [EIP-721](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md) for the Ethereum ecosystem. + +## PSP-37 + +A standard for a Multi Token interface for WebAssembly smart contracts which run on Substrate's [`contracts` pallet](https://github.com/paritytech/substrate/tree/master/frame/contracts). + +This proposal aims to define the standard Multi Token interface for WebAssembly smart contracts, just like [EIP-1155](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1155.md) for the Ethereum ecosystem.