An open API service indexing awesome lists of open source software.

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.

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.