Skip to content

Saboleee/NanbalMetacraftersFrontend

Repository files navigation

NanbalMetacraftersFrontend

SimpleStorage Contract Description This contract allows you to store and retrieve data using a key-value pair structure.

Functions setValue(uint256 id, string newName): Sets the value for the given id. getName(uint256 id): Retrieves the value for the given id. getDataCount(): Returns the total number of data entries. getDataAtIndex(uint256 index): Returns the id and value at the specified index. Deployment Deploy this contract to a supported Ethereum network using a compatible wallet or development environment.

Usage Set up a connection to an Ethereum wallet (e.g., MetaMask) in your web browser. Connect to the Ethereum network where the contract is deployed. Use the provided interface to interact with the contract, setting and getting values as needed. React Frontend Description This frontend application provides a user interface for interacting with the SimpleStorage contract deployed on the Ethereum network.

Installation Clone this repository to your local machine. Install dependencies using npm install. Usage Run the application using npm start. Connect your MetaMask wallet to the application. Use the provided interface to set and get values from the SimpleStorage contract.

About

Frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors