https://github.com/froganbee/scypto
This project is to use across crypto.
https://github.com/froganbee/scypto
blockchain etherjs hardhat html metamask-wallet react scss smart-contracts tailwindcss typescript
Last synced: about 2 months ago
JSON representation
This project is to use across crypto.
- Host: GitHub
- URL: https://github.com/froganbee/scypto
- Owner: FroganBee
- Created: 2024-05-28T09:11:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-28T09:17:14.000Z (over 1 year ago)
- Last Synced: 2025-07-18T19:33:59.152Z (3 months ago)
- Topics: blockchain, etherjs, hardhat, html, metamask-wallet, react, scss, smart-contracts, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 4.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SendKrypt
SendKrypt is a web3 application for sending ethers across crypto accounts. This project is created on the test network and in future it may migrate to mainnet.
## Exclusive feature
Every 25th person has a chance to win 0.003 ether, which is approximately ₹330 as of `13th December 2022`.
## Transaction Fee
0.0006 ether is set as transaction fee for every transaction. The fee gets stored in contract and once it exceeds 5 ether the amount is automatically transfered to the owner of the contract.
## Pre-requisites of the project
- node
- npm## Steps to successfully start the application
1. Clone the repository and move into the project directory.
2. Install the dependencies. Use 👇 command
> npm install
3. Start the development server to run the application. Use 👇 command
> npm start
4. Open [http://localhost:3000](http://localhost:3000) to view the application in the browser.### Note:
The web application is currently only desktop responsive.