1.3.5 • Published 4 years ago

@modular/fmna-core v1.3.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Modular Core

Modular Arithmetic Core

GitHub issues GitHub license GitHub tag GitHub release

Site | Docs | Contributing | Security | Modular | Modulo

The Fast Modular Networking Arithmetic Core (fmna-core) package is a core component of Modular. It performs the modular arithmetic calculations that are used by nodes to determine how to route messages and ensure total network coverage.

Modular is a an open-source standard for decentralized social communication. It aims to solve the issues of censorship, deplatforming, intrusive adveritsing, poor user privacy that are prevalent on centralized social media platforms. Users on a Modular Network can communicate with eachother across the world without any centralized point of failure.

Download

GitHub

Download Latest Release

CDN

JSDelivr Page

<script src="https://cdn.jsdelivr.net/npm/@modular/fmna-core/fmna-core.min.js"></script>

Installation

In a browser:

<script src="fmna-core.min.js"></script>

Using npm:

npm i --save @modular/fmna-core

In Node.js:

const { ModularNetwork, ModSpace, CoverageTree } = require('@modular/fmna-core');
1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.18

4 years ago

1.1.17

4 years ago

1.1.16

4 years ago

1.1.15

4 years ago

1.1.14

4 years ago

1.1.13

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago