This project is a simple Solidity smart contract for uploading and retrieving words, deployed using a Vite app on the Fantom test network.
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.
To compile and deploy the smart contract, use the following commands:
npx hardhat compile
npx hardhat ignition deploy ignition/modules/WordUploader.js
To compile and deploy the smart contract, use the following commands:
cd Client
npm run dev