Skip to content

PriyamJChakrabarty/Blockchain_MiniProject1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordUploader Smart Contract Project

This project is a simple Solidity smart contract for uploading and retrieving words, deployed using a Vite app on the Fantom test network.

Overview

The WordUploader contract allows users to:

  • Upload a word to the blockchain.
  • Retrieve the list of all uploaded words.

The project is built with:

  • Solidity for the smart contract.
  • Vite for the frontend interface.
  • Fantom test network as the blockchain.

Compiling and Deploying the Smart Contract

To compile and deploy the smart contract, use the following commands:

npx hardhat compile
npx hardhat ignition deploy ignition/modules/WordUploader.js

Running the Vite App

To compile and deploy the smart contract, use the following commands:

cd Client
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published