You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This project aims to enhance Ethereum's decentralization in Nigeria through the deployment and operation of two BuidlGuidl nodes. The initiative includes hardware procurement, node setup, and the onboarding of local RPC operators to maintain the infrastructure.
## Current Progress
We have successfully initiated the first phase of the project with one node deployment. The second phase, including the setup of an additional node, is pending further funding.
* There exists a special variant of a message call, named delegatecall which is identical to a message call apart from the fact that the code at the target address is executed in the context of the calling contract and msg.sender and msg.value do not change their values. This allows a smart contract to dynamically load code from a different address at runtime. Storage, current address and balance still refer to the calling contract.