what if as a power user/curious type I want to be interacting with the smart contracts with out the frontend? for example let's say pancake swap on bsc chain, is ethers a better option for me than say foundry or brownie?

Dec 15, 2023, 1:12 AM
Your best option would be a no code solution like cast. Its really powerful and provides lots of options rather than simple interaction
Dec 15, 2023, 10:02 AM
If you're a power user, you already know what to do
Dec 15, 2023, 10:30 AM
ethers or web3 works from nodejs or python backends too, so standard scripts work if you don't want a fe
Dec 15, 2023, 10:52 AM
Correction: etherjs and web3 wont work on python or other language ( only on JavaScript and nodejs environtment)

Note: ethersjs and web3js is a JavaScript framework to interact with blockchain
Dec 15, 2023, 11:37 AM
ethers and web3, not their specific language based version, ethers.js/ethers.py , web3.js/web3.py
Dec 15, 2023, 11:38 AM
Yeah web3 library has their own python version web3py, but idk about etherspy
Dec 15, 2023, 11:39 AM
yeah my bad 😜, ethers not, web3 has .py
Dec 15, 2023, 11:43 AM

© 2024 Draquery.com All rights reserved.