8000 GitHub - syedasifraza/neochat-local: Secure messaging DApp on nOS (NEO blockchain)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

syedasifraza/neochat-local

 
 

Repository files navigation

neochat

This is a chat dApp on the nOS platform

Purpose

The goal of this project is to provide a chat dApp running on nOs for encrypted messaging on the NEO blockchain. This is a MVP and WIP, for example encyption is not yet implemented.

Setup

$ git clone https://github.com/kokahunter/neochat-local.git
$ neochat-local
$ yarn
$ yarn start

Smart contract

build /smart-contracts/neochat.py
import contract /smart-contracts/neochat.avm 0710 05 True False

Testing

Use yarn test:local or npm run test:local to run all tests locally. The test command is reserved for CI builds.

Document structure

react-stack-boilerplate
├── src
│   ├── __helpers__
│   ├── __mocks__
│   ├── assets
│   ├── components
│   │   └── __tests__
│   │       └── __snapshots__
│   ├── nos
│   └── views
│       └── __tests__
│           └── __snapshots__
├── .babelrc
├── .eslintrc
├── .gitignore
├── CHANGELOG.md
├── jest.config.js
├── jest.setup.js
├── package.json
├── README.md
└── yarn.lock

Known issues

About

Secure messaging DApp on nOS (NEO blockchain)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.7%
  • Python 15.3%
  • HTML 2.0%
0