0.5.0 • Published 4 years ago

picochat v0.5.0

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
4 years ago

pure | 📦 code style | standard

picochat

Virtual Pub

Start

yarn
yarn dev

Using as a dependency

$ npm install picochat
import Kernel from 'picochat'
const k = new Kernel(leveldb)
await k.load()

// --or-- in future releases
import { kernel, useProfile, usePeers, useChat } from 'picochat/react-hooks'

Check the src/blockend folder for kernel docs.

credits

|  __ \   Help Wanted!     | | | |         | |
| |  | | ___  ___ ___ _ __ | |_| |     __ _| |__  ___   ___  ___
| |  | |/ _ \/ __/ _ \ '_ \| __| |    / _` | '_ \/ __| / __|/ _ \
| |__| |  __/ (_|  __/ | | | |_| |___| (_| | |_) \__ \_\__ \  __/
|_____/ \___|\___\___|_| |_|\__|______\__,_|_.__/|___(_)___/\___|
Discord: https://discord.gg/K5XjmZx

If you're reading this it means that the docs are missing or in a bad state.

Writing and maintaining friendly and useful documentation takes
effort and time. In order to do faster releases
I will from now on provide documentation relational to project activity.

  __How_to_Help____________________________________.
 |                                                 |
 |  - Open an issue if you have questions! :)      |
 |  - Star this repo if you found it interesting   |
 |  - Fork off & help document <3                  |
 |.________________________________________________|

Changelog

0.1.0 first release

Contributing

By making a pull request, you agree to release your modifications under the license stated in the next section.

Only changesets by human contributors will be accepted.

License

AGPL-3.0-or-later

2021 🄯 Tony Ivanov

0.5.0

4 years ago