Build A Web3 DEX | FULL COURSE | React, Node, Moralis, 1Inch

Build A Web3 DEX | FULL COURSE | React, Node, Moralis, 1Inch

Moralis for Developers

1 год назад

52,162 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@jamsjama7668
@jamsjama7668 - 03.08.2023 08:33

native eth swap on it ?

Ответить
@frontpage235
@frontpage235 - 17.08.2023 09:54

Nice content boss, but what if I want to use the BSC network, will I just change the contract address in the package.json file only?

Ответить
@devkyu7674
@devkyu7674 - 27.08.2023 07:21

Love it. Great tutorial to begin Web3 journey

Ответить
@bazukacoin5146
@bazukacoin5146 - 01.09.2023 19:43

hey sir i can' set token price in this dex

Ответить
@discordone477
@discordone477 - 07.09.2023 12:04

if i build this dex, can I use the liquidity for swaps from uniswap or pancakeswap for the major tokens?

Ответить
@Web3Techies
@Web3Techies - 07.09.2023 15:31

I have a problem white setting token prices backend in VS code

Bignit:Failed to load bindings, pure js will be used (try npm rebuild)

Ответить
@vanmalabansode7019
@vanmalabansode7019 - 16.09.2023 20:46

When I connect my wallet, screen shows only blue background and no feature(header, swap) shows. And when I disconnect my metamask and refresh, everything shows back to normal. Please help me resolve this issue.

Ответить
@hasanpoolandpubg7488
@hasanpoolandpubg7488 - 27.09.2023 12:51

How to setup my terminal.
My terminal is not working 😔
Please help me make a vedio terminal set-up

Ответить
@paulnakitare4493
@paulnakitare4493 - 29.09.2023 12:30

Hello Community. I am encountering this problem where I have a response NaN when I input a number for conversion. Could someone educate me on that issue if they have knowledge on going about it?

Ответить
@ivanwinter3435
@ivanwinter3435 - 02.10.2023 01:04

I'm dieng here. i follow allong and then at the point of getting tokenprice backend it doesn't get the token price.... error as it gives "invalid address provided. looking also in the comments i'm not the only one and on the issue in the git hub is also people with the same problem... now here is where it gets stikky, i can't find anybody who fixed ore share the sollution.... can someone please help

Ответить
@REX_OPES_AC_LIBERTAS
@REX_OPES_AC_LIBERTAS - 21.10.2023 17:24

On the dexBack I followed what you said and typed node index.js but the message I received was - bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?)
(node:17440) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternati
ve instead.
(Use `node --trace-deprecation

Ответить
@nicoladavid1923
@nicoladavid1923 - 26.10.2023 12:10

getting error D:\New DEX\dexStarter\dexBack\node_modules\@moralisweb3\common-evm-utils\lib\cjs\index.cjs:159
throw new commonCore.CoreError({
^
@MoralisWeb3

Ответить
@WebDeveloperRao
@WebDeveloperRao - 26.11.2023 12:35

After 5 years of struggling, today I received my first order to build an "Aggregator like 1 inch" I hope this video helps me. I just graduated. BS Software Engineer ... I faced a Scam ... don't know which skill should I learn, there are no guidelines etc ...

Ответить
@shahzaibmehmood8683
@shahzaibmehmood8683 - 13.12.2023 14:08

can i create dex on dogechain testnet?

Ответить
@learningwithaiden
@learningwithaiden - 14.12.2023 23:33

I’m having issues trying to view anything I’m working on in a browser. I have made google chrome my default browser, tried to use live server, and I’m not having any luck.

Ответить
@djb3908
@djb3908 - 16.01.2024 02:09

Im very new and i can not seem to get my terminal to function like yours, idk what im doing wrong lol

Ответить
@harsh00721
@harsh00721 - 16.01.2024 10:54

does this project use testnet or mainnet?

Ответить
@d.randomcodedunker6814
@d.randomcodedunker6814 - 24.01.2024 14:05

How to defined chain like EthereumPOW.... Instead of mainnet

Ответить
@coinvest0
@coinvest0 - 04.02.2024 12:53

This course is outdated, it would be nice if they fixed it, because it doesn't work.

Ответить
@KEN-KEN_Crypto-Trader
@KEN-KEN_Crypto-Trader - 22.02.2024 00:16

The video was very interesting. I'd also like to see a video about Yaka Finance, which is expected to be the main DEX for Sei Network. Please let me know if possible.

Ответить
@cryptoumelabs
@cryptoumelabs - 26.02.2024 21:46

the index.js file needs to be updated!! issues with "WagmiConfig"!! is there any update at all. this video was put last year? Their is a slash threw "WagmiConfig". You will see the slash if you put it in a code editor. Can anyone help me.. You would think these videos would be update to get folks to us product etc..
import React from "react";
import ReactDOM from "react-dom/client";
import "./index.css";
import App from "./App";
import { BrowserRouter } from "react-router-dom";
import { configureChains, mainnet, WagmiConfig, createClient } from "wagmi";
import { publicProvider } from "wagmi/providers/public";

const { provider, webSocketProvider } = configureChains(
[mainnet],
[publicProvider()]
);

const client = createClient({
autoConnect: true,
provider,
webSocketProvider,
});


const root = ReactDOM.createRoot(document.getElementById("root"));
root.render(
<React.StrictMode>
<WagmiConfig client={client}>
<BrowserRouter>
<App />
</BrowserRouter>
</WagmiConfig>
</React.StrictMode>
);

Ответить
@theoracleofcrypto
@theoracleofcrypto - 07.03.2024 18:39

i love this

Ответить
@mehdiaccardi3299
@mehdiaccardi3299 - 15.03.2024 01:40

hi dro, nice job! Can you explain why it's not working for me?

Ответить
@ehvi8r
@ehvi8r - 16.03.2024 01:21

Hey bro, great stuff, but having a little issue... frontend is good, starting on backend and getting an error... on Node index.js, see listening for API Calls, localhost refuses connection and this: isMoralisError: true,
code: 'C0005',
details: undefined,
[cause]: undefined
Any suggestions?

Ответить
@RichardTucker-df8en
@RichardTucker-df8en - 18.03.2024 02:46

I'm getting sill reify mark deleted

Ответить
@spikes2023
@spikes2023 - 22.03.2024 21:59

Hi. Could you kindly redo this as it does not work anymore

Ответить
@BrunoRossi-jb9hb
@BrunoRossi-jb9hb - 24.03.2024 17:59

Good tutorial, BUT...Installed in a server when swap give me ERROR "has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource." Thank's

Ответить
@peterotian5161
@peterotian5161 - 27.03.2024 13:50

Nice one but how do we make profit from it, is there a way to add a fee during swapping?

Ответить
@nusrat_baigum
@nusrat_baigum - 30.03.2024 20:03

did he used Tailwind CSS ?

Ответить
@hamzabadii3575
@hamzabadii3575 - 03.04.2024 10:54

My friend what about the fee that we take from two different tokens in future where should this Line of code be

Ответить
@hamzabadii3575
@hamzabadii3575 - 04.04.2024 18:49

My friend why U give the fee to 1inch The purpose of learning a project like this is to take that percentage between the two processes that occur and must be learned

Ответить
@LifeGrind
@LifeGrind - 09.04.2024 02:56

What do you need to do to make it on BASE chain?

Ответить
@scottmaplesofficial
@scottmaplesofficial - 19.04.2024 01:27

so whats the process of then deploying this dapp?

Ответить
@benodriscoll23
@benodriscoll23 - 21.04.2024 10:13

Can someone please help me getting the dexFinal repo running in browser?

Ответить
@ylohnitram
@ylohnitram - 29.04.2024 17:54

I run into CORS issue and cannot call the 1inch api :/

Ответить
@louiscatala6101
@louiscatala6101 - 03.05.2024 20:11

Thank you. In my internship and trying to create DEX right now.
Also, the best voice I have seen in the computer science course field so far.
Really enjoy the tutorial because I do not need to listen to noisy noise which makes me unable to focus on courses.

Ответить
@TheRebecablack
@TheRebecablack - 09.05.2024 06:28

struggling around the 45 min mark. I dont see the raw and parsed part i do see an empty bracket when I run node index.js however when Im looking for the ratio of btc for example it doesnt show on my local host 3001. Any suggestions?

Ответить
@londonboy9141
@londonboy9141 - 11.05.2024 07:50

amazing can you please also tell how does exchange makes money out of this swop I mean exchange fee? can we add that function to get fee from every transaction ?Thanks

Ответить
@wanyoikeedwards550
@wanyoikeedwards550 - 02.06.2024 08:37

How can I deploy it on the web?

Ответить
@Andy_B.
@Andy_B. - 11.06.2024 17:37

Hi,

do I need to have enough users, that sell on my DEX, so others can buy,

or is the exchange happening using other DEX's?

Because at the beginning, I won't have (enough) users to exchange all these diff. cryptos...

Thanks

Ответить
@Andy_B.
@Andy_B. - 11.06.2024 18:25

Hi,

could you please show, how I can add solana, cardano, ton etc. chains?

Does this script supports general wallets, like trustwallet? - I think there is a way to support all big wallets.


Thanks

Ответить
@bengreen8265
@bengreen8265 - 20.06.2024 03:22

Who can build me a poker game on Flarenetwork? I would like 7 card stud and Texas holdem tables. No token,players will use the Flare native token to play and buy things. Any revenue that the dapp make I can pay dev with. My unique circumstances can help also in this endeavor

Ответить
@bobbyhollo
@bobbyhollo - 15.07.2024 16:52

sir, can we add other chain network like coredao or blast

Ответить
@ProblemSolver_0
@ProblemSolver_0 - 07.08.2024 16:30

hey can you create a tutorial on limit order feature as well in DEX?

Ответить
@anushkanarsima9048
@anushkanarsima9048 - 07.08.2024 19:08

The current docs want a chain number as well, what to put for that?

Ответить
@yayaha123456
@yayaha123456 - 09.10.2024 07:35

I’m excited to see what innovations come next in the crypto space.

Ответить
@blackfunmmorpg
@blackfunmmorpg - 10.10.2024 18:45

I am wonder how to change it for Binance Smart Chain. Anyway great tutorial

Ответить
@DBernardOfficial
@DBernardOfficial - 15.10.2024 00:57

Do you get transaction fees from the build?

Ответить
@SHANDHANANJAYA
@SHANDHANANJAYA - 29.10.2024 21:13

Excellent tutorial but , i need to get idea how we earn from own dex swap i see your wallet balance less than around $2 after swap where is that swap fee cryptoes😊

Ответить