From c902d28cc1a9091e266b0f8c00dba63a6819308a Mon Sep 17 00:00:00 2001 From: futantan Date: Thu, 7 Dec 2023 12:05:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20update=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/store/erc5169.mdx | 42 +++++++++++++++++++++++++++++++++++++++-- pages/store/store.mdx | 3 +++ 2 files changed, 43 insertions(+), 2 deletions(-) diff --git a/pages/store/erc5169.mdx b/pages/store/erc5169.mdx index 6b4d0e2..8b0b1c3 100644 --- a/pages/store/erc5169.mdx +++ b/pages/store/erc5169.mdx @@ -1,3 +1,41 @@ -[ERC-5169](https://eips.ethereum.org/EIPS/eip-5169) +# Introduction to ERC-5169 -https://medium.com/alphawallet/eip-5169-a-new-application-level-standard-for-ethereum-and-web3-2a5c6dc59a47 +ERC-5169 is a new standard for Ethereum tokens that introduces executable scripts, making tokens more than just digital assets. They can now have their own logic and behavior, becoming dynamic entities. More info is available on Ethereum's GitHub. + +# The Potential of ERC-5169 + +ERC-5169 allows for dynamic and interactive tokens, enhancing their functionality. Examples include: + +1. **MiniDapps for Single Tokens**: Decentralized apps for specific game tokens, enabling in-game purchases, trades, or character upgrades. +2. **Browser Wallet TIPS Scripts**: Scripts ensuring Trust, Interoperability, Privacy, and Security for tokens in browser wallets. +3. **Contract Function Scripts**: Scripts allowing users to use advanced smart contract functions like 'minting' new tokens. +4. **Hardware Wallet Extensions**: Scripts enhancing hardware wallets like Ledger to interact with specific DApps or support new tokens. +5. **IOT Control Scripts**: Scripts enabling control of Internet of Things devices, like smartlocks, using tokens. + +These features show ERC-5169's potential in web3, enhancing token utility and interactions. + +# Importance of ERC-5169 + +ERC-5169 is vital for Ethereum and web3, turning tokens into smart entities with expanded functions. It fosters more complex token interactions, enhancing adoption and integration in web3. It also boosts security and privacy, as tokens handle their own logic. + +# ERC-5169 and TokenScript + +TokenScript is a framework for defining token behavior. Combined with ERC-5169, it allows creating smart tokens that interact dynamically with services and platforms. + +# Smart Token Labs' Vision + +Smart Token Labs, behind ERC-5169 and TokenScript, aims to make tokens the integration layer for an innovative internet. They're developing a Smart Layer for blockchain-web service integration, enhancing privacy and functionality using TokenScript. + +# Appendix + +- **TokenScript**: Key for creating Smart Tokens, managing data and interactions across wallets and smart layers. +- **Smart Tokens**: Programmable tokens for diverse web integrations, beyond regular token uses. +- **Smart Layer Network**: Decentralized service network for Smart Tokens, facilitating issuance and web interactions. +- **AlphaWallet**: Interface for managing and using Smart Tokens in various applications and services. + +In summary, ERC-5169 is a groundbreaking development for Ethereum, enabling smart, interactive tokens that could revolutionize web3. + +# Reference + +- [ERC-5169](https://eips.ethereum.org/EIPS/eip-5169) +- [ERC-5169: A New Application-level Standard for Ethereum and Web3](https://medium.com/alphawallet/eip-5169-a-new-application-level-standard-for-ethereum-and-web3-2a5c6dc59a47) diff --git a/pages/store/store.mdx b/pages/store/store.mdx index e69de29..2bd4d37 100644 --- a/pages/store/store.mdx +++ b/pages/store/store.mdx @@ -0,0 +1,3 @@ +# What is Smart Token Store + +Smart Token Store is a place where user can interact with Smart Token(Any token that implement [ERC5169](./erc5169.mdx))