Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERC-1155 Integration with DEX #260

Open
xcthulhu opened this issue May 13, 2024 · 0 comments
Open

ERC-1155 Integration with DEX #260

xcthulhu opened this issue May 13, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@xcthulhu
Copy link
Contributor

Description

We need the DEX to support depositing arbitrary ERC-1155 tokens from the EVM side of the virtual machine environment.

Definition of "Done"

Can deposit an ERC-1155 tokens and trade as a limit order on the DEX.

Suggested Solution

Connect the DEX via the XVM or precompiles to a smart contract on the EVM. Have the contract implement the ERC-1155 Receiver interface. That way users can deposit into the DEX by simply transferring their tokens to the DEX smart contract.

@xcthulhu xcthulhu added the enhancement New feature or request label May 13, 2024
@baidang201 baidang201 mentioned this issue May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants