You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,3 @@ To propose changes directly, you can open a Pull Request against this repository
55
55
Alternatively, if you have more general suggestions on how we can improve or correct these docs, you can [open an issue](https://github.com/sei-protocol/sei-docs/issues).
56
56
57
57
### Local Development
58
-
59
-
#### Generating Cosmos API Reference Docs
60
-
61
-
Run the script in the data directory to generate the Cosmos API reference docs. If you need to get an updated openapi json file, that can be generated from the `sei-chain` repo using IgniteCLI.
Copy file name to clipboardExpand all lines: content/evm/differences-with-ethereum.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ Cosmos SDK and CosmWasm functionality will be deprecated in favor of EVM-only. F
105
105
-**Sei is a dual-execution environment (EVM and Cosmos-SDK).** This means:
106
106
- Non-EVM transactions can update EVM-accessible state.
107
107
- For example, an account's SEI balance can be affected by both Cosmos (bank send, wasm execute) transactions as well as EVM send transactions
108
-
- Sei assets can not only exist as EVM (i.e., ERC20/721/1155), but also as CW (i.e., CW20, CW721) or as "native" (Sei, IBC, Tokenfactory).
108
+
- Sei assets can not only exist as EVM (i.e., ERC20/721/1155), but also as CW (i.e., CW20, CW721) or as "native" (Sei).
109
109
- User accounts on Sei have [two addresses](/learn/accounts) derived from the same public key (Cosmos Bech32 and EVM-compatible 0x…)
110
110
- Interoperability between EVM and Cosmos-SDK modules is governed and navigated via [precompiles](./precompiles/example-usage) and [pointer contracts](/learn/pointers)
description: 'Learn how to view and manage different token types in MetaMask with Sei network, including ERC20 tokens, ERC721 NFTs, TokenFactory assets, and CW20/CW721 tokens with pointer contracts.'
3
+
description: 'Learn how to view and manage different token types in MetaMask with Sei network, including ERC20 tokens, ERC721 NFTs.'
Copy file name to clipboardExpand all lines: content/learn/dev-interoperability.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: "Sei Network Interoperability Framework"
3
-
description: "Understand how Sei enables seamless interaction between EVM and Cosmos ecosystems through its dual address system, precompiles, and pointer contracts."
description: 'Understand how Sei enables seamless interaction between EVM and Cosmos ecosystems through its dual address system, precompiles, and pointer contracts.'
@@ -50,8 +50,8 @@ For instructions on utilizing EVM precompiles, refer to the
50
50
Pointer Contracts are a unique feature introduced on Sei, designed to enhance
51
51
interoperability between EVM and Cosmos environments. These contracts serve as a proxy, or interface for either token standard, making them compatible with both EVM and Cosmos-SDK clients.
52
52
53
-
Pointer contracts can be deployed for any Token Factory, Smart Contract (ERC20,
54
-
ERC721, etc.), and any IBC denom.
53
+
Pointer contracts can be deployed for any Smart Contract (ERC20,
Copy file name to clipboardExpand all lines: content/learn/dev-token-standards.mdx
+6-20Lines changed: 6 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: 'Token Standards'
3
-
description: 'Explore the different token types on Sei including native SEI, TokenFactory tokens, smart contract tokens (ERC20/CW20), NFTs, and IBC tokens, with implementation guidance for each standard.'
description: 'Explore the different token types on Sei including native SEI, smart contract tokens (ERC20/CW20), and NFTs, with implementation guidance for each standard.'
@@ -12,12 +12,10 @@ In this section, we delve into the various token standards supported on Sei.
12
12
Understanding these standards is crucial for developers as they form the
13
13
foundation of many decentralized applications.
14
14
15
-
Sei offers support for four main token types:
15
+
Sei offers support for the following token types:
16
16
17
17
-[Sei Token](#sei-token)
18
-
-[Token Factory Tokens](#tokenfactory)
19
18
-[Smart Contract Tokens](#smart-contract-tokens)
20
-
-[IBC Tokens](#ibc-tokens)
21
19
22
20
## Sei Token
23
21
@@ -47,9 +45,7 @@ within the ecosystem.
47
45
## Fungible Tokens
48
46
49
47
Fungible tokens are digital assets that are interchangeable with one another and
50
-
are not unique. Sei supports both ERC20 and CW20 fungible token standards, so
51
-
developers have the option to create tokens using the TokenFactory module, or via
52
-
smart contract standards.
48
+
are not unique. Sei supports both ERC20 and CW20 fungible token standards.
53
49
54
50
### Smart Contract Tokens
55
51
@@ -70,7 +66,7 @@ smart contract standards.
70
66
interactions for use with existing dApps and maximum compatibility.
71
67
72
68
<Callouttype="info">
73
-
**Interoperability:**Regardless of the choice, both TokenFactory and CW20/ERC20 tokens can have pointer contracts deployed, facilitating seamless cross-vm interoperability.
69
+
**Interoperability:** CW20/ERC20 tokens can have pointer contracts deployed, facilitating seamless cross-vm interoperability.
section of the Sei chain registry for channel information.
104
-
105
-
### Wrapped Sei (wSei)
91
+
## Wrapped Sei (wSei)
106
92
107
93
Some dApps may require Sei tokens to be wrapped in order to interact with them (similar to Wrapped ETH on Ethereum). The Wrapped Sei Token WSEI is deployed under the contract address [`0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7`](https://seitrace.com/token/0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7?chain=pacific-1).
0 commit comments