# mmc_net_core

> 1. Blockchain have: Coin - Wallet - Transaction + Coin - that using for payment => Coin Block + Transaction - that using for payment => Transaction Block 2. Process - User mining and give their Coin ( block ) - User give another user money

Latest version **1.0.0** (published 2021-10-16) · ISC license · 0 weekly downloads

## Install

```sh
npm install mmc_net_core
pnpm add mmc_net_core
yarn add mmc_net_core
bun add mmc_net_core
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2021-10-16 |
| First published | 2021-10-16 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 22 |
| Unpacked size | 56.6 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | duyviet2841998@gmail.com |
| Maintainers | tranduyviet1998 |
| Keywords | blockchain, js, fast |

## Links

- npm: https://www.npmjs.com/package/mmc_net_core
- Repository: https://github.com/vietcoder1998/mistic-monster-node
- Homepage: https://github.com/vietcoder1998/mistic-monster-node#readme
- Issues: https://github.com/vietcoder1998/mistic-monster-node/issues
- npm.io page: https://npm.io/package/mmc_net_core

## Dependencies (22)

- [npm](https://npm.io/package/npm.md) ^7.24.1
- [bip39](https://npm.io/package/bip39.md) ^3.0.4
- [faker](https://npm.io/package/faker.md) ^5.5.3
- [redis](https://npm.io/package/redis.md) ^3.0.2
- [express](https://npm.io/package/express.md) ^4.17.1
- [install](https://npm.io/package/install.md) ^0.13.0
- [nodemon](https://npm.io/package/nodemon.md) ^2.0.7
- [crypto-js](https://npm.io/package/crypto-js.md) ^4.0.0
- [js-base64](https://npm.io/package/js-base64.md) ^3.7.2
- [socket.io](https://npm.io/package/socket.io.md) ^4.2.0
- [websocket](https://npm.io/package/websocket.md) ^1.0.34
- [node-fetch](https://npm.io/package/node-fetch.md) ^3.0.0
- [typescript](https://npm.io/package/typescript.md) ^4.4.3
- [body-parser](https://npm.io/package/body-parser.md) ^1.19.0
- [@types/bip39](https://npm.io/package/@types/bip39.md) ^3.0.0
- [@types/faker](https://npm.io/package/@types/faker.md) ^5.5.8
- [@types/crypto-js](https://npm.io/package/@types/crypto-js.md) ^4.0.2
- [@types/js-base64](https://npm.io/package/@types/js-base64.md) ^3.3.1
- [@types/socket.io](https://npm.io/package/@types/socket.io.md) ^3.0.2
- [@types/websocket](https://npm.io/package/@types/websocket.md) ^1.0.4
- [@types/node-fetch](https://npm.io/package/@types/node-fetch.md) ^3.0.3
- [request-promise-native](https://npm.io/package/request-promise-native.md) ^1.0.9

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.0.0 (latest) — 2021-10-16

## README

## Blockchain structure

1. Blockchain have: Coin - Wallet - Transaction
    + Coin - that using for payment => Coin Block
    + Transaction - that using for payment => Transaction Block
2. Process
    - User mining and give their Coin ( block )
    - User give another user money -> Transaction ( block )
    - User have Wallet, that have 2 thing:
        + Their Transaction -> saving all their transaction ( send - to - coin)
        + Their Coin -> saving all their coin, to 

            | mining | ->  | mining |  ->  | mining |  ->  | mining |
                |               /
        *************
        + If they mined a coin -> they will push into block chain -> 
        + So, all user in block will be needed to listening from Main in their mining process -> all user will 
        in block that`s allways listening that block and push that.
        + Because, in time will be having 2 block, so only one block will be saved, and we receive 1 block that > 50% will append into head of transaction.
    - Block needed inside Blockchain to validate.
    - There are 2 main block  -> One for Mining Coin
                              -> One for Mining Transaction
    - User will create Transaction that will be take money from block, and they

---
_Source: https://npm.io/package/mmc_net_core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
