do anyone use any indexing tool to get something like a tax report from x address?
Feb 23, 2022, 8:41 AM
something like cointracking or koinly but for DEXs
im trying to track how much money i won/lost using ethers and web3 but its a lot of work lol
Feb 23, 2022, 8:42 AM
I don't think taxes works this way.
Feb 23, 2022, 8:44 AM
on my country i need to declare every token exchange using a FIFO
uniswap has an api to check prices of pairs on x date/block so that's nice but not every dex has that
thank you sir!
Feb 23, 2022, 8:47 AM
https://bscscan.com/tx/0x67d799de74f2a0afd85d14b16024ebef168ef959b778833fc3801a3c41dbb605
They're doing 1000 token transfers with around 2 million gas.
Anyone can decipher this?
They're doing 1000 token transfers with around 2 million gas.
Anyone can decipher this?
Feb 23, 2022, 8:56 AM
lol nice gas cost
my airdrop contract is not that efficient hahaha
Feb 23, 2022, 9:01 AM
can you share link?
Feb 23, 2022, 9:02 AM
there are no values on the input data
maybe its because he only pass the addresses and use transfer?
Feb 23, 2022, 9:02 AM
the link is there
Feb 23, 2022, 9:02 AM
ops
ahh wait
the amount is fixed
total supply is 20k😳
Feb 23, 2022, 9:03 AM
hard coded variable
Feb 23, 2022, 9:07 AM
start with cryptozombies
Only english
Feb 23, 2022, 11:04 AM
and didnt need to use infura until i tried with rinkeby
as i was not able to found any rpc url and i didnt want to have my local geth
Feb 23, 2022, 12:31 PM
without rpc one has to run an entire node, which isn't very doable for end user's and most developers.
(cause running a node is pretty expensive)
(cause running a node is pretty expensive)
Feb 23, 2022, 12:34 PM
to put an example, i made a dApp that was doing a lot of calls every second/minute to get a lot of items (nft tokens) , it was on matic so i was doing so many calls that the rpc server blocked me lol
at first i didnt understand why did people use Infura and now i wish to have infura on other chains
x)
Feb 23, 2022, 12:35 PM
If infura expands their service on other chains it'll be beneficial for both.
Feb 23, 2022, 12:37 PM
infura has an option that i found quite interesting, you can set to which contracts your API should work
so its great for dapps that doesnt have a back
Feb 23, 2022, 12:40 PM
I Not understand sorry
Feb 23, 2022, 1:10 PM
Steve gave a quick summary about what i said, do u still do not understand it? (totally genuine, i can try to explain it in other way)
im asking as u quoted me but steve´s message is just below
https://rpc.info/
give a look on this rpc list
most of eth ones are from infura
thats because u dont have a public RPC node (i may be wrong ) like in bsc where u can just send your transactions to the bsc dataseed
it depends if, in that chain, theres a node that devices to have a public interface for you
Feb 23, 2022, 1:16 PM
I have the Same situation but in Mumbai it isn't blocking me
Feb 23, 2022, 1:17 PM
Hello sir
I’m a great lover of your project and I will love to be a moderator in your community,so I can help manage and grow the community with my experience over the years as a community manager,. I’m also good at content writing
I’m a great lover of your project and I will love to be a moderator in your community,so I can help manage and grow the community with my experience over the years as a community manager,. I’m also good at content writing
Feb 23, 2022, 1:17 PM
once you go to mainnet it may start happening
for example, https://rpc.maticvigil.com/ provides nodes on polygon POS mainnet
but if youre planning to have a dapp in production you will have to pay for the service
another example are Moonbeam and Moonriver networks on Polkadot and Kusama respectively
where you have a simple public node to use while using metamask but if you want to use deliver an app to production you will ned to contract a third provider or run your own node
hope you can excuse me by my bad grammar, i was writing faster than thinking lol
Feb 23, 2022, 1:21 PM
In fact no validator or miner nodes exposes their rpc endpoints due to their node also stores the private keys.
Feb 23, 2022, 1:26 PM
nice to know
im quite green on nodes in general
Feb 23, 2022, 1:27 PM
I wrote to you in pm
Feb 23, 2022, 1:27 PM
i spent too much time on ethers-web3-react lol
hey guys, can i share here a sideproject i made? its quite simple, its a form with two inputs,one for an address and another for a message and when u click the send button it sends that message as input data to the selected address
its multichain in the sense that u can click a button to change the network lol but messages are just sent to one chain x)
https://ismaventuras.github.io/blockchainmessager/
its open source so if someone likes something you can just steal it from the repo
Feb 23, 2022, 1:43 PM
Hello can I be a moderator on this community
Feb 23, 2022, 2:51 PM