Skip to content

Commit

Permalink
feat: 🎸 update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
futantan committed Dec 7, 2023
1 parent 8d4b3d5 commit c902d28
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
42 changes: 40 additions & 2 deletions pages/store/erc5169.mdx
Original file line number Diff line number Diff line change
@@ -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)
3 changes: 3 additions & 0 deletions pages/store/store.mdx
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit c902d28

Please sign in to comment.