All Projects → janx → nevermore

janx / nevermore

Licence: other
Social credit information system based on blockchain.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to nevermore

blockusign
A decentralized, encrypted document signing tool where you own and control your own documents, contracts and data. It is built on Blockstack
Stars: ✭ 48 (+108.7%)
Mutual labels:  dapp
Basic-Ethereum-Dev-Env-Setup
OAKLAND BLOCKCHAIN DEVELOPERS: Installation instructions to get up and running as an Solidity developer on the Ethereum network.
Stars: ✭ 37 (+60.87%)
Mutual labels:  dapp
dapp-browser
A simple, ENS-powered browser for Ethereum dApps
Stars: ✭ 20 (-13.04%)
Mutual labels:  dapp
dApp-Builder
No description or website provided.
Stars: ✭ 108 (+369.57%)
Mutual labels:  dapp
ar-nft
👾 A React Native app to visualize your NFTs in AR
Stars: ✭ 71 (+208.7%)
Mutual labels:  dapp
poa-dapps-voting
POA Network Governance Dapp
Stars: ✭ 24 (+4.35%)
Mutual labels:  dapp
nifty-game
🃏🎮A NFT(ERC721) card game build on Ethereum, Truffle, Ganache and hosting on IPFS.
Stars: ✭ 222 (+865.22%)
Mutual labels:  dapp
go-ethutil
Ethereum utility functions for Go.
Stars: ✭ 17 (-26.09%)
Mutual labels:  dapp
wallet-provider
Library to make React dApps easier using Terra Station Extension or Terra Station Mobile.
Stars: ✭ 72 (+213.04%)
Mutual labels:  dapp
ride-examples
Examples of scripts for accounts, dApps and assets using RIDE programming language.
Stars: ✭ 28 (+21.74%)
Mutual labels:  dapp
web3
⚡️ Web3 PHP is a supercharged PHP API client that allows you to interact with a generic Ethereum RPC.
Stars: ✭ 609 (+2547.83%)
Mutual labels:  dapp
ipfs-eos-demo
Demo saving text and images to ipfs and storing the hash on the EOS blockchain
Stars: ✭ 42 (+82.61%)
Mutual labels:  dapp
quipuswap-webapp
🌐 🧙‍♂️ Decentralized application UI for Quipuswap protocol.
Stars: ✭ 21 (-8.7%)
Mutual labels:  dapp
web3-starter
An opinionated web3 starter for building dApps
Stars: ✭ 67 (+191.3%)
Mutual labels:  dapp
spectrum
💠 Full Gamut Ethereum Lightsuite
Stars: ✭ 56 (+143.48%)
Mutual labels:  dapp
wagmi
React Hooks for Ethereum
Stars: ✭ 1,691 (+7252.17%)
Mutual labels:  dapp
DTrip
DTrip - Traveler's app on STEEM blockchain.
Stars: ✭ 18 (-21.74%)
Mutual labels:  dapp
setprotocol.js
🥞 Javascript library for a collateralized basket of ERC20 tokens
Stars: ✭ 57 (+147.83%)
Mutual labels:  dapp
Setheum
Setheum Network - Islamic Finance DeFi, Multi-Stablecoins, Payments, EVM, DeFi on Rockets to Heaven => 🚀ready for hacking🚀
Stars: ✭ 15 (-34.78%)
Mutual labels:  dapp
discussify-browser-extension
Discussify's browser extension app
Stars: ✭ 36 (+56.52%)
Mutual labels:  dapp

Nevermore

Social credit information system based on blockchain.

POC Design

  • Storage layer - Shared database on hydrachain, a private blockchain with Ethereum comptabile smart contract.
  • Data layer - Javascripts, communication channel between storage and domain.
  • Domain layer - Javascripts, application logic.
  • Presentation layer - Build with Angular.

Development Setup

In project root:

cd ./hydrachain
./import_keys.sh # import accounts for development and testing
./start_cluster.sh # start hydrachain nodes
cd ..

truffle deploy
truffle serve
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].