anyone here knows what kind of smart contract would be needed to make a liquidity pool? It is for our own public blockchain

May 24, 2021, 12:15 AM
Erc20 should do for ethereum and bep20 for BinanceSC should suffice. But should look at other IEP in case a new framework for lp maybe out. Must also be able to handle wrapper when handling non erc20 to an erc20 asset. Hope this helps
May 24, 2021, 12:17 AM
its not for neither of them. It is for our own blockchain which contains an EVM aswell. We kind of looking for ways to create a liquidity solution around it as it seems more efficient then finding an exchange to integrate us.

Been looking into the best options but since we are pos based im also not sure whether or not a pegged version would be the best way.
May 24, 2021, 12:19 AM
Uniswap v3 have some complex solution. The same lp token based mechanism, but huge changes compared to v2. Been trying to understand the code for a while and damn, its hard😅
Anyone got any resources on that? Other than docs obviously...
May 24, 2021, 6:03 AM
That's why it's uni v3 (They come with innovation everytime). This time they used bussiness license so that other can't copy and use there code commercially atleast for 2 years lol.

NOT SO EASY.
May 24, 2021, 6:30 AM
How is it possible for a DApp? Who issued the license?
May 24, 2021, 6:31 AM
LOOK AT THERE SMARTCONTRACTS (SPDX LICENSE)
Each owner has right to add license to it (if it's unique, patent).
Uniswap V3 operates under a Business Source License (BSL) 1.1. This agreement incorporates copyright law and allows Uniswap governance to restrict unauthorized commercialization of an entity's source code for two years. During that time, the Uniswap community can “be the first to build an ecosystem around the Uniswap V3 Core codebase.”
May 24, 2021, 6:33 AM
Right. This license: // SPDX-License-Identifier: BUSL-1.1
May 24, 2021, 6:36 AM
https://github.com/Uniswap/uniswap-v3-core/blob/main/LICENSE
May 24, 2021, 6:37 AM
Could anyone apply for that license for their own DApp? copyright is a big concern for projects with original ideas.
May 24, 2021, 6:37 AM
if you own a organisation then you can add that license at your own. (through company name).
anyone who will copy your code can face legal problems. Check out above link.. (In uniswap — it's issued by uniswap labs)
May 24, 2021, 6:39 AM
License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
"Business Source License" is a trademark of MariaDB Corporation Ab.
It looks like this license is issued by an organization called MariaDB Corporation Ab?
https://www.bloomberg.com/profile/company/0277676D:FH
It's registered in Finland, not sure what authority they would have on blockchain softwares.
Now, the real question is what would happen if someone forked Uniswap V3 in countries like North Korea.
May 24, 2021, 6:45 AM
License... Never been an issue in blockchain really. There would be atleast 5 dapps with same name uniswap🙃
Yeah they could sue them for copyright, but sue whom... A certain EOA?
May 24, 2021, 7:02 AM
So would this allow a.custom blockchain with different wallet address generate style be able to bridge or create liquidity on uni you mean?
May 24, 2021, 10:55 AM
Ooh you have different wallet address generation? But how is that possible if you are using EVM itself. Doesn't EVM have only a single address generation mechanism, don't know not really a pro there
What I was suggesting was to launch a similar market maker like Uniswap on your new blockchain
May 24, 2021, 11:28 AM
no not at all
Basically we are leveraging the security of UTXO while enabling multiple virtual machines including EVM and the revolutionary x86 VM. We are aPoS based blockchain and a Decentralized Governance Protocol, allowing specific blockchain settings to be modified by making use of smart contracts.
CZaQnz3qMNpcWFBkLPKapQDyXt6M9QYCvc and our wallet addresses look like this
as for the smart contract interface / EVM deployment is fairly similar to ethereum and bsc and we use the same smart contracts as its solidity compatible.
So we have the "mother asset" on our chain and for this I basically wanna find a way to create a liquidity pool on uniswap and pancake swap for instance
which probably means I need to find a way to peg a currency on ethereum or bsc to swap the coin from our network to another network
May 24, 2021, 11:39 AM

© 2024 Draquery.com All rights reserved.