Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Update glossary.mdx #74

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions pages/introduction/other-stuff/glossary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ export const page = {
title: 'Glossary of Terms',
date: '16 Feburary 2018',
authors: [lewi],
editUrl: 'pages/introduction/other-stuff/glossary.js',
editUrl: 'pages/introduction/other-stuff/glossary.mdx',
}

export default withRouter(props => WithMDX(props, page))

IOTA introduces some rather new concepts to the Distributed Ledger space.
Given this we will list a couple of terms which are important to understand i
n order to fully grasp IOTA.
Given this we will list a couple of terms which are important to understand in order to fully grasp IOTA.

This Glossary is work in progress. If you are uncertain about a term,
please suggest one here so we can add it to this glossary.
Expand Down Expand Up @@ -79,9 +78,8 @@ please suggest one here so we can add it to this glossary.
and to provide a, rather limited, API to users - this is largely for security reasons,
making it possible to connect to a remote node.

- `iota.lib.js` - The IOTA library, it has all the necessary functionality to fully use
- `iota.js` - The IOTA library, it has all the necessary functionality to fully use
IOTA, including sending transactions, cryptography-related functions and the core API.
iota.lib.js is the most established and used library currently.

## Addresses

Expand Down