Top Tweets for #etherjs
Math + Blockchain day! ๐๐ป
Revised line equations, slopes, and parallel/perpendicular concepts for my math test โ and also brushed up on Ether.js for blockchain deployment ๐
#Web3 #EtherJS #Blockchain #SmartContracts #Maths #LearningJourney #StudentLife

Just wrapped up with Ether.js
Now hunting for that one ๐ฅ course to revise and master every concept on my finger tips.
Which one should I go with? Drop your top picks๐
#Web3 #Ethereum #Etherjs #BlockchainDev #BuildInPublic

๐ Day 14 of my #15DaysOfCode Challenge! Added error displays & Metamask wallet connection using Ether.js to my SendCrypt Web3 App with Vue.js!!
Anticipating Feedbacks! #VueJS or #Web3? #15DaysOfCode #Web #Blockchain #FrontendPro #EtherJS #VueJS #Web3
Madrid Chelsea
Built BlockExplrr for Sepolia Blockchain using Alchemy SDK & Ether.js!
Metamask integration for easy balance & transaction checks
Huge thanks to @AlchemyLearn's docs for making web3 dev a snap! #web3 #blockchain #EtherJS #AlchemyLearn
When you move from Remix to Vs code !!
Half of contract deployment using ganache is still overwhelming to me.
#buildinpublic #web3 #solidity #chainlink #etherjs

Today I had a nice #Blockchain
Day, worked on
#Solidity
#Hardhat ( quite annoying )
#React ( ๐ซก )
#EtherJs
Web3 is interesting, but requires a hefty time and primarily PATIENCE !!
Day 33 of #100DaysOfCode:
- Successfully interacted with contracts using Ether.js.
-Delved into handling environment variables and securing private keys.
-Wrapped up the Ether.js segment of my journey!๐ผ๐ป
#CodeProgress #Etherjs #Blockchain #100DaysOfCodeChallenge
Day 31 of #100DaysOfCode: Exploring Ether.js a bit more, learned about transaction overrides and receipts. ๐ผ๐ Building a solid foundation in blockchain development! #CodeProgress #Etherjs #Blockchain #100DaysOfCodeChallenge
Open source maintainer burnout is a real threat!
We should help @ricmoo keep #EtherJS and @abcoathup @evan_van_ness keep @WeekInEthNews
safe and independent.
Please also share other open efforts you think lack the support they deserve
Lots of analysis of the xz/liblzma vulnerability. Most skip over the first step of the attack:
0. The original maintainer burns out, and only the attacker offers to help (so the attacker inherits the trust of the project built by the maintainer).
Read their words๐๐ป 1/
ๅคง่กๅญshai ไป็ป็็ฌฌ1ไฝ $kas ๅผๅ@coderofstuff_ ,ๆฅ่ชๅ ๆฟๅคง. ไปๆฏ่ชๅญฆๆๆ็็จๅบๅ.
#eth ๅผๅ่ฏๅฎ็ฅ้็ #etherjs ไนๆฏไธชๅ ๆฟๅคงไธไบบๆๆๆดไธชไปฅๅคชๅ็JSๅผๅๆฅๅฃ๏ผ
่ฟๆๅฐฑๆฏๆ็ซฏๆณจ้้็ง็ๅฎๅถๅฎๅ็ณป็ป #GrapheneOS ไนๆฏไธไธชๅ ๆฟๅคงไบบๅ็ฌๅผๅๅฎๆ,
็ๆฅๅคฉๅทไบบๅฐ็ๅฐๆน็ผ็จๅฏไปฅๆฏไธชไธ้็็ฑๅฅฝ๐
Hi $kas, meet @coderofstuff_ from the rusty crew! Coder is a self-taught developer in the Great White North working in the tech industry for over a decade. Coder started making contributions to the Kaspa echosphere since as early as 2022, around mid 2023, he made his first contribution to the rust code base, and has been growingly involved ever since.
Coder was first compelled to contribute by one of the most powerful powers known to man: irritation. The only block explorer available at the time was far from optimized, providing slow loading times of up to 10 seconds, a terrible annoyance for users and miners who want to keep track of their balance. Coder decided to take the initiative. He analyzed the causes for the slowdown, and worked with Rob (lAmeR1 on Discord) to put up a pull request that greatly improved the waiting times. This first contribution compelled him to use his skillset to help out and make things better for himself and the community in general. Among his contribution to the community is a CSV report generator (https://t.co/rN8jWgRQ3z) and an ASIC ROI calculator (https://t.co/Aw8JXSxMC4) as well as a long list of fixes, reviews and improvements to preexisting ecosystem software. Coder also supports third party integrations of exchanges, wallets and pools. He supported the integrations of Kaspa into Uphold, ByBit, OKX web3 wallet, XT, Poloniex, Antpool and more.
I asked Coder to choose the favourite three of his many contributions.
Third favorite: Local address management
This contribution fixes an issue (discovered in the first run of TN11) that prevented nodes from sharing their addresses, harming network discoverability and connectivity. It also lays the foundation for the client address management.
While not the most impressive contribution under Coder's belt, he is particularly fond of it because it was his first contribution to the Rusty-kaspa codebase.
Relevant PRs:
- https://t.co/F8zZhhS7xa
- https://t.co/GIxkDy5Y32
- https://t.co/HHnnMwR5QD
Second favorite: Optimize P2P block processing latency
Whenever a block is added to the DAG, it goes a long process. A part of the process is validating the block, but there are many other time consuming tasks that follow, such as computing the GHOSTDAG ordering. In the old design, a node will only transmit the block to its peers once this process is done. This means that blocks are retransmitted much later than they could have. In 1BPS, this is not an issue, but in 10BPS this added latency becomes noticeable. This contribution refactors the block processing pipeline so that blocks are retransmitted as soon as possible.
Coder likes this contribution because it is the first contribution that required him to understand how the block processing mechanism works, and some of the components of Kaspa's complicated consensus layer.
Relevant PR:
- https://t.co/Wh64BzJIgk
Favorite: Transaction relay throttling on high P2P load
This contribution implements the logic that limits the resources available to the peer-to-peer network when loads get high (such as when a lot of people are running Rothschild).
Coder likes this contribution because it was highly important for making Testnet 11 run smoothly, and because it was a chance to take relevant load off @MichaelSuttonIL so he could focus on other things.
Alongside direct contributions to the Rusty kaspa client, Coder is driving the work to get Rust 1BPS onto mainnet, negotiating with 3rd parties and helping them out to try their tools on the rust node.
Besides contributing code, Coder fosters an impressive habit of reviewing all changes and additions to the codebase (which anyone who ever worked on a large codebase would know is extremely impressive). He does so to maintain a broad and deep understanding of the codebase, and in doing so he improves on the already stringent code-review standard the Rusty crew is committed to. He is also devoted to tracking all node-related issues that come up in discussions, so that they could be tackled down the line.
Coder was first exposed to Kaspa by following @SonOfATech, finding that the Kaspa mining content piqued his curiousity. In his words: "The reasons SOAT mentioned for why Kaspa was different from other coins stuck to me: "It (Kaspa) has pedigree in the developers. It's built from the ground up - it's not a fork. It has a specific use case - speed of transactions". I was just a hobbyist miner back then (still am), so anything that was green that had a chance of making profits was interesting to me. I joined the Kaspa Discord, put my mining rigs on Kaspa and started immersing myself with the tech."
When asked about his motivations to do so, Coder states two of them: "I have stake in the coin because I was mining and holding it too, so I might as well do what I can to try to improve things. My other motivation for contributing is the continuous learning that comes with it. Reading the code base and working with really big-brained folks pushes me to improve further. I joined for the mining, but I stayed for the learning."
Coder's word of advice for upcoming developers who want to get involved with Kaspa are: "even if you don't have all the skills yet, you can start immersing yourself by:
1. Trying to compile the rust codebase locally,
2. Going over GitHub Issues and Pull Requests in different Kaspa project repositories, and
3. Going over to Discord and checking the messages that come up in #research and #development channels.
Salamat!"
If you want to follow Coder's work, keep on eye on his Github profile:
https://t.co/gsQFPMnkpW
Working on my building ๐ in public series till I land a job.
Today's Update โจ๏ธ๐ป:
- Finished the sign up page
- Fixed deployment issue
- Watched a video on use Context in react
- Built a multistep form
- New wallet step using #etherjs
- Linking the pages.

Project I trying to do like wallets in #cryptocurrency market. User can #deposit and #withdraw on platform.
The ecosystem include many different platform such as raise funds, #CopyTrader.
I use #React for build UI and #etherjs to interact with blockchain #BSC.
Tomorrow I try to code wallet #Usdt transfer and deposit functions on #BSC network.
I see it is going to work good and the network is fast and cheap fee.
I using React and ether.js to code .
Try to do my next step to be done.
#React #etherjs #Javascript. #fullstack

it's Day 40 of #100DaysOfCode
Today I learnt About
1)Deployed my first project in #React
2)Learned basics of #etherjs #javascript
3)prime number code in solidity #codeman #solidity
#Blockchain #Ethereum

I just completed #CryptoZombies Lesson 5 and got a level 10 CryptoZombie! Thanks @CryptoZombiesHQ. Check out my zombie army: https://t.co/9qX7hw7AXJ๐ฏ#etherjs #solidity #learning #codinglife
Sos FrontEnd Developer y te interesa el mundo crypto , blockchain y la web3? Te cuento de forma resumida por que Ether.js es tu mejor amigo.
#EtherJS #FrontendDeveloper #Web3

Last Seen Hashtags on Sotwe
valrod258
sissytraining
Seen from Japan
saphicromance
Seen from Argentina
animation #fart
Seen from Australia
Lillie
Seen from Latvia
peruenindonesia
Seen from Argentina
เธเธงเธเธชเธธเนเธเธเธฑเธข
Seen from Thailand
hijabi
Seen from Netherlands
Caputuremoment
Seen from Peru
camgirls
Seen from France
Most Popular Users

Elon Musk 
@elonmusk
240.2M followers

Barack Obama 
@barackobama
119.3M followers

Donald J. Trump 
@realdonaldtrump
111.6M followers

Cristiano Ronaldo 
@cristiano
109M followers

Narendra Modi 
@narendramodi
107M followers

Rihanna 
@rihanna
97.3M followers

NASA 
@nasa
92.1M followers

Justin Bieber 
@justinbieber
90.6M followers

KATY PERRY 
@katyperry
86.8M followers

Taylor Swift 
@taylorswift13
80.6M followers

Lady Gaga 
@ladygaga
72.2M followers

Kim Kardashian 
@kimkardashian
69.4M followers

YouTube 
@youtube
68.6M followers

Virat Kohli 
@imvkohli
68.6M followers

Bill Gates 
@billgates
63.4M followers

The Ellen Show
@theellenshow
62.5M followers

CNN 
@cnn
61.9M followers

Neymar Jr 
@neymarjr
61.1M followers

X 
@x
60.9M followers

Selena Gomez 
@selenagomez
59.9M followers























