Skip to content

a Blockchain based String and Value Converter with frontend and contract in SOL.

License

Notifications You must be signed in to change notification settings

srom23/baseconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Converter

This project is a simple web application that allows users to interact with an Ethereum/BASE smart contract using MetaMask. The contract provides three functions:

  1. store(uint256 num) - Stores a uint value on the blockchain.
  2. storedUintToHex() - Retrieves the stored uint value as a hexadecimal string.
  3. stringToHex(string _i) - Converts a given string to its hexadecimal representation.

Getting Started

  1. base.sol deploy to any Blockchain
  2. index.html to intrect with the contract on frontend

To use this application, you'll need to have the MetaMask browser extension installed. Make sure you're connected to an Ethereum wallet through MetaMask.

Installation

  1. Clone this repository to your local machine.
git clone <repository_url>

About

a Blockchain based String and Value Converter with frontend and contract in SOL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published