https://github.com/iota-pico/data
IOTA Pico Framework Data Structures and Helpers
https://github.com/iota-pico/data
data iota iota-pico-framework javascript typescript
Last synced: about 1 month ago
JSON representation
IOTA Pico Framework Data Structures and Helpers
- Host: GitHub
- URL: https://github.com/iota-pico/data
- Owner: iota-pico
- License: mit
- Created: 2018-02-01T11:58:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-06T08:19:11.000Z (about 7 years ago)
- Last Synced: 2025-06-30T07:05:43.306Z (12 months ago)
- Topics: data, iota, iota-pico-framework, javascript, typescript
- Language: HTML
- Size: 3.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://raw.githubusercontent.com/iota-pico/data/master/LICENSE) [](https://travis-ci.org/iota-pico/data)
[](https://coveralls.io/github/iota-pico/data)
# IOTA Pico Framework Data
This library contains data structures and helpers for manipulating data used by IOTA.
# Installation
```shell
npm install @iota-pico/data --save
```
# Library
The IOTA Pico Framework is a multi-layered set of object oriented JavaScript libraries for use with the IOTA tangle.
If you don't want to use the layered versions of the libraries consider using the ready bundled versions:
* [@iota-pico/lib-browser](https://github.com/iota-pico/lib-browser)
* [@iota-pico/lib-nodejs](https://github.com/iota-pico/lib-nodejs)
Each layer is fully abstracted allowing you to replace components with your own implementations very easily.
The layered libraries are written in TypeScript so are all strongly typed. The modules are generated as ES6 so you may need to transpile them when including them for use in older JavaScript eco-systems. The code will run without transpilation in all modern browsers and when used by NodeJs.
# Documentation
Documentation for the code can be found in [docs](https://github.com/iota-pico/data/blob/master/docs/README.md) folder.
# Tutorials
Some tutorials can be found in the following repo [@iota-pico/tutorials](https://github.com/iota-pico/tutorials)
# Contributing
Contributions are always welcome to the project. Feel free to raise issues, create pull requests or just make suggestions.
# Authors
Come and find us on the IOTA [Discord](https://discord.gg/JJysqe9) development channels
* **Martyn Janes** - *obany* - ([https://github.com/obany](https://github.com/obany))
# License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/iota-pico/data/blob/master/LICENSE) file for details.