Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siddhartha-padhy/kryptofer
A smart-contract based ethereum transaction website built with React. https://kryptofer.netlify.app/
https://github.com/siddhartha-padhy/kryptofer
react smart-contracts solidity
Last synced: about 2 months ago
JSON representation
A smart-contract based ethereum transaction website built with React. https://kryptofer.netlify.app/
- Host: GitHub
- URL: https://github.com/siddhartha-padhy/kryptofer
- Owner: Siddhartha-Padhy
- Created: 2022-09-07T07:04:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T18:24:15.000Z (over 2 years ago)
- Last Synced: 2024-11-09T21:19:27.799Z (2 months ago)
- Topics: react, smart-contracts, solidity
- Language: JavaScript
- Homepage:
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kryptofer
What's better than a decentralized ethereum transaction service? Kryptofer is a smart-contract based website built with ReactJS which serves
the above mentioned purpose. The website requires [Metamask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn/related)
chrome extension in order to send and record any transactions.
Visit at 👉 [Kryptofer](https://kryptofer.netlify.app/)![](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![](https://img.shields.io/badge/Ethereum-3C3C3D?style=for-the-badge&logo=Ethereum&logoColor=white)
![](https://img.shields.io/badge/Solidity-e6e6e6?style=for-the-badge&logo=solidity&logoColor=black)
![](https://img.shields.io/badge/chai-A30701?style=for-the-badge&logo=chai&logoColor=white)
![](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)## 📷 Previews
![](https://github.com/Siddhartha-Padhy/kryptofer/blob/master/render/public/Show.PNG)
![](https://github.com/Siddhartha-Padhy/kryptofer/blob/master/render/public/Show2.PNG)## 👨💻 Stacks Used
- Solidity for writing the smart-contract.
- [Alchemy](https://www.alchemy.com/) for connecting the private nodes to the main blockchain.
- HardHat for compiling and creating a migration contract for client side application.
- ReactJS for frontend.## 📚 Resources & Documentaions
- [ReactJS](https://reactjs.org/docs/getting-started.html)
- [HardHat](https://hardhat.org/docs)
- [Chai Assertion Library](https://www.chaijs.com/)
- [Solidity](https://docs.soliditylang.org/en/v0.8.17/)