Giter Site home page Giter Site logo

prash099 / epic-twitter-backend Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 297 KB

This project demonstrates a simple version of Twitter with CRUD operations built using Solidity on Goerli Ethereum test network.

Shell 1.83% JavaScript 73.97% Solidity 24.20%

epic-twitter-backend's Introduction

Blockchain Twitter-Lite

This project demonstrates a simple version of Twitter with CRUD operations built using Solidity on Goerli Ethereum test network.

This project contains two smart contracts, tests for those contracts and a script to deploy the contract.

Contract

Deployed Address : 0xD35fDe93914f64c13ff9194427D307504cbF1050

Contract

Folder Structure Contracts and Testing

.
│   ├── contracts
│   │   └── EpicApp.sol
│   └── test                            # Unit testing
│       └── EpicTweetConsole.test.js
└── README.md

File Description

EpicApp.sol - Tweet Structure, Tweet post, edit, delete methods
EpicTweetConsole.test.js - 9 testcases.

Authors

@Prashanth Raghavendra Rao

@Sameera Holy Sheik Abdullah

@Ranjitha Vadivel

@Gayathri Anandhasayanan

@Clinton Antony Rajasekar

Pre requisites

Node js
Node version manager
Git
GitHub repository
VS code
Hardhat framework

After cloning the project you must install all the dependencies using:

npm install

To compile, use the following command:

npm run compile

To test, use the following command:

npm test

In order to deploy, copy the .env.example file to a file named .env, and then edit it to fill in the details. Enter your Etherscan API key, your Goerli node URL (eg from Alchemy), and the private key of the account which will send the deployment transaction. With a valid .env file in place, run the following command:

npm run deploy:goerli

To see the test coverage, run:

npm run coverage

epic-twitter-backend's People

Contributors

prash099 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.