Skip to content

Latest commit

 

History

History
70 lines (36 loc) · 1.33 KB

README.md

File metadata and controls

70 lines (36 loc) · 1.33 KB

Smart Renewal

An automated subscription renewal service on the blockchain.

For Companies and Consumers to manage all their subscriptions on-chain hassle-free.

The above repo has frontend & integration code. It is not complete yet, and is still in progress.

Deployed on Sepolia network as of now.

Verify @ https://sepolia.etherscan.io/tx/0x95e913465e67a8a30ec98cff5d9efd76af96842c39407ebc7cc673284ed48b9c. Contract Creation is done.

Ether.js is used for integration.

Thirdweb services ,SDKs are also used.

Tech Stacks and SDKs used

Next, Charka UI, JS, Solidity,ethers.js , openzepplin-contracts, thirdweb-sdks

Screenshots

1

2

3

Run Locally

Clone the project

  git clone https://github.com/Madhan-404/smart-renewal

Go to the project directory

  cd smart-renewal

Install dependencies

  yarn install

Start the server

  yarn dev

Authors