Hi @midou099
Please share the error screenshots. Thank you
Same error on POST request when trying to access to the wallet
For the dex,it is showing me tokens for bsc, eth but not bnb.
Thank you
Iāve checked your server logs. I see that you are calling getNativeBalance()
for "chain":"ganache"
. But our web3API endpoints are not available for local chains.
They support all public testnets/mainnets
What do you mean? BNB is not a blockchain, itās a native crypto of BSC
Hi there, I see the Dev chat is busy so I figured Iād ask you guys my unanswered questions on here in regards to the boilerplate. First, how can I add the whale alert dapp to this Ethereum boiler plate? Second, how can I allow only users with a specific token (NFT) to be allowed to access a specific part of the website? I remember seeing a tutorial on your YouTube channel but i cant find it anymore. Lastly, Cardano is emv reverse compatible so is there any way to fetch nft data from cardano as well? I donāt want to use an entirely diff API like blockfrost just to accomplish this. If so, can someone guide me in the right direction? Thereās not much info online for that but I plan on minting a portion of my NFT collection on Cardano and would like to only grant access to the main features of the website to all NFT holders crosschain.
Hi @buru!
if else
Glad it worked out! Happy BUIDLing!
what am i going to do next after installing the 1inch plugin or do i need to code something into the inchdex.jsx to make it work?
Hi @mejmerlin
Thatās all you need. Also, you can specify the network you want to use the Dex on
In the boilerplate default network is ETH.
Hi, i am trying to host my front end on GitHub Pages, and Iāve uploaded my new edited files from the eth boilerplate into a new repo with .github.io at the ending. This allows me to host my front end through GitHub Pages but when i upload the entire edited eth boiler plate, I get this: https://crosschaindao.github.io/boredwhales.github.io/ which files am i suppose to be leaving out?
Have you run āyarn installā?
Thanks Ivan. I re-ran a āyarn installā and then āyarn startā and it opened up in local host but the live server in VSCode doesnāt work. Will you bring any burner wallets and in dapp faucets to the boilerplate like in scaffold eth? would be great to not worry about users/addresses or finding faucets online.
binance smart chain not working in the boilerplate once i connect to binance smart chain the dex disappears how do i fix it
i got this error
PS C:\Users\User\Desktop\wff daps\ethereum-boilerplate-main> npx yarn install
yarn install v1.22.17
[1/4] Resolving packagesā¦
[2/4] Fetching packagesā¦
error Couldnāt find the binary git
Hi @joaoalvesmarrucho. You can ignore the first message, but the second is a problem with Mumbai RPC. I suggest you to edit the src/helpers/networks.js
config and change the Mumbai RPC to Speedy Node:
You need to change:
"0x13881": {
chainId: 80001,
chainName: "Mumbai",
currencyName: "MATIC",
currencySymbol: "MATIC",
rpcUrl: "https://speedy-nodes-nyc.moralis.io/YOURSPEEDYNODE/polygon/mumbai",
blockExplorerUrl: "https://mumbai.polygonscan.com/",
},
Hello,
Iām having this error after I cloned a fork of the Boilerplate: