anyswap / multichain-smart-contracts

multichain smart contracts
GNU General Public License v3.0
43 stars 38 forks source link

Which is the correct repo? #2

Closed irux closed 2 years ago

irux commented 2 years ago

Hello, I am pretty interested in using multichain bridge for my project, but I don't know which repo is the correct one. Everytime I find a repo with different implementations. Is this repo the correct one or this one ? https://github.com/anyswap/anyswap-v1-core/blob/master/contracts/AnyswapV6ERC20.sol

Thank you !

jowenshaw commented 2 years ago

https://github.com/anyswap/anyswap-v1-core/blob/master/contracts/AnyswapV6ERC20.sol is the current used version, and https://github.com/anyswap/multichain-smart-contracts/blob/main/contracts/anytoken/MultichainV7ERC20.sol is the new version still under developing.

This repository is used for new smart contracts of multichain, mainly for bridge, router, and anycall functions.

This repository also have upgradation smart contracts of anyswap-v1-core with vesrions start from v7.

irux commented 2 years ago

Thank you for the clarification! So, I have some questions about the V6 version, but the other repo doesn't have the issues tab enable. Where could I ask or open an issue about the V6 version?

Thank you again

jowenshaw commented 2 years ago

the anyswap-v1-core has enabled the issues tab now. Welcome for your questions there!

irux commented 2 years ago

Thank you!