This project is a RESTful API built with Node.js that interacts with smart contracts on the blockchain. It provides functionality to generate new contracts, delete contracts, transfer tokens, and issue rewards. The project utilizes ethers.js
, express
, and web3.js
to facilitate interactions with the blockchain.
To get started, clone the repository and install the necessary dependencies:
git clone https://github.com/maryammoshtoofar/dapp-REST-api
cd dapp-REST-api
npm install
npm run dev