Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

senchat #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
33 changes: 0 additions & 33 deletions PROJECT_NAME/README.md

This file was deleted.

51 changes: 51 additions & 0 deletions SEN_CHAT/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@

# ⚡ Hackathon Project Template ⚡
_This is a sample submission repository.
Please [__fork this repo__](https://help.github.com/articles/fork-a-repo/) and use this as a starting point for your hackathon project._

## Project Name
SENCHAT

### Team name
SENCHAT TEAM

#### Hackathon Track
Social Impact Track

##### Region location
Africa

##### Team Members
- Teammate 1, role
- Teammate 2, role
- Teammate 3, role

#### Project Description
Project description
There is a generally held view that modern media is there and now more than ever, neutral, and apolitical and solution-driven information dissemination is paramount.
Senchat is a decentralized social platform that is designed to give members of its community the opportunity to discuss and give solutions to different topics drawn from a pool of trending topics largely generated from, but not restricted to such areas as education, the environment, entrepreneurship and other social issues deemed less appealing by mainstream media.
Problems
The sensationalism in media raises stories of or tinged with murders, sex scndals and politics above less sensational ones that tackle education or problems faced by average people – so called news deserts.
High level of inaccuracies in reports due to the pressure of mainstream media to please certain advertisers because of profit or please their political bills.
Agenda selling in modern media has led to lack of diversity and trivialization of the priorities of society.
The buying of individual media outlets by larger media corporations has led to the reduction of choice and an increase in propaganda and partisan messaging.
Solutions
Discussions on the Senchat platform are mainly solution-driven, topics are chosen for the consideration of all members of the community and solution are proffered. Workable solutions are then given life by funding through NFT sales, where a particular percentage is set aside for bringing real time solutions to real time problems.
Being apolitical and neutral, Senchat evades the pressure faced by mainstream media to please certain advertisers or political bases.
Senchat is a platform that in addition to chatting also gives access to sending and receiving nfts in the marketplace.


#### Summary
Senchat is a decentralized social platform that is designed to give members of its community the opportunity to discuss and give solutions to different topics drawn from a pool of trending topics largely generated from, but not restricted to such areas as education, the environment, entrepreneurship and other social issues deemed less appealing by mainstream media.

#### URLs
List any URLs relevant to demonstrating your prototype

#### Presentation
https://youtu.be/uh0zBhSiRDg

#### Next Steps
Senchat mission is to dissolve the encumbrances created by modern day mainstream media and allows for diversity of views by solution providers. With incorporation of nfts, users are allowed access into a marketplace that is socially responsible both in trade and information dissemination.

#### License
This repository includes an [unlicensed](http://unlicense.org/) statement though you may want to [choose a different license](https://choosealicense.com/).
11 changes: 11 additions & 0 deletions SEN_CHAT/sen_chat/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Mandatory info for starting the app
SEN_CHAT_APPLICATION_ID =
SEN_CHAT_SERVER_URL =

# Optional info for connecting your localChain and Moralis Database
moralisApiKey = xxxxx
moralisApiSecret = xxxxxxx
frpcPath = F:\frpc\frpc.exe
chain = ganache
moralisSubdomain = xxxxxxx.usemoralis.com
abiPath = "F:\ethereum-boilerplate\Truffle\build\contracts\Contract.json"
35 changes: 35 additions & 0 deletions SEN_CHAT/sen_chat/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock

node_modules
.env
coverage
coverage.json
typechain

#Truffle files
/Truffle/build
/Truffle/data
9 changes: 9 additions & 0 deletions SEN_CHAT/sen_chat/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
MIT License

Copyright (c) 2021 Moralis Web3 Technology AB, 559307-5988

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1 change: 1 addition & 0 deletions SEN_CHAT/sen_chat/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# `sen-chat`
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
44
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
78
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
79
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
49
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
34
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
60
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
28
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
51
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
52
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
65
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
47
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
82
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
41
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
36
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
38
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
76
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
81
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
43
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
39
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
77
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
25
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
74
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
24
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
33
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
61
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
42
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
70
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
72
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
63
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
64
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
55
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
15
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
37
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
46
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
23
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
62
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
80
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
50
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
68
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
59
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
27
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
71
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
13
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
11
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
53
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
75
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
56
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
32
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
48
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
30
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
31
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
35
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
54
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
66
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
45
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
17
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
67
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
40
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
73
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
21
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
29
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
58
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
26
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
19
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
57
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
69
1 change: 1 addition & 0 deletions SEN_CHAT/sen_chat/data/!blockLogs!0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
Loading