Jovian-Dsouza / enigma-paste

Decentralized pastebin website

Home Page:https://enigma-paste.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enigma Paste Enigma Paste Enigma Paste Enigma Paste Enigma Paste

Enigma Paste

A Secure and Decentralized Pastebin

Awesome Made With Love

Table of Contents

Demo

you can see my portfolio by visiting the demo link. See Deployed Smart contract on Etherscan

Prerequisites

In order to run this project, you will need to have the following installed on your computer:

  • nodejs
  • yarn | npm

Installation

To install the application, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/Jovian-Dsouza/enigma-paste
  1. Navigate to the project directory in your terminal.
  cd enigma-paste
  1. Run npm to install the necessary packages.
  npm install

Environment Variable

QUICK_NODE_URL=....
GOERLI_PRIVATE_KEY=... // For Contract deployment
NEXT_PUBLIC_ENIGMAPASTE_ADDRESS= .... //deployed contract address
PINATA_API_KEY=... //IPFS Api key
PINATA_API_SECRET=... //IPFS Api secret

Contract Deployment

cd smartcontracts
npx hardhat run scripts/deploy.js --network goerli

usage

To start the application, run npm run dev.

npm run dev

Acknowledgements

Technologies

HTML5 CSS JavaScript React Tailwind CSS

Contributing 🤝🏾

Contributions to this project are welcome. If you encounter any issues or have suggestions for improvement, please open an issue on the GitHub repository.

Before contributing, please review the contribution guidelines.

Contact

For additional information or inquiries, you can reach out to the project maintainer:

Feel free to contact the maintainer for any questions or feedback regarding the project.

License 🔐

MIT

This project is licensed under the MIT License. You are free to modify, distribute, and use the code for personal and commercial purposes. See the LICENSE file for details.

Sponsor ❤

If you like this project, please give it a star ⭐ and/or consider buying me a coffee(s). Every donation is appreciated.

About

Decentralized pastebin website

https://enigma-paste.vercel.app


Languages

Language:JavaScript 89.6%Language:Solidity 8.3%Language:CSS 2.1%