Dan Forbes
Dan Forbes
> what do you think for adding one example for each of sub sections specially for formatting numbers using `web3.eth.getBlockNumber` @jdevcs is this what you had in mind? https://f3916c2c.web3-js-docs.pages.dev/guides/getting_started/return-formats
Implementing this feature relates to implementing [manual seal consensus](https://docs.rs/sc-consensus-manual-seal/0.9.0/sc_consensus_manual_seal/), so I'm going to mark this as "Blocked" for now.
The [draft article](https://docs.google.com/document/d/1ozd7d1GPnK1b4CA-8jz6vJ8CpjbANgzyeERYGJTBn5E/edit?usp=sharing) is visible to ChainSafe employees
The [article](https://en.wikipedia.org/wiki/Draft:Web3.js) has been created and submitted for review.
I created a Svelte project with `npm init svelte` and [updated](https://github.com/danforbes/web3js-svelte/commit/8a20b5b0e5845d5225fdf52f1779157c798a2955) it to use Web3.js to display the current block number. I did not have any problems with circular dependencies...
@noot did you mention that there may be some existing documentation related to this?
Maybe @arijitAD can bless our inboxes with a HackMD link to a design doc, if it exists 😅 🙇🏻
Can you share the details of the contract you're trying to interact with?
So you're interacting with the contract on Ethereum Mainnet? Are you certain that the `from` account has sufficient funds to transfer? What is the address of the `from` account?