PaulBernier / factomjs

Javascript library to build applications on the Factom blockchain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not evident how to reference Entry or Chain

eolszewski opened this issue · comments

In the README, there are instructions for creating a chain as well as an entry, but there is no reference or import to these in the docs.

Simple update to const { FactomCli, Entry, Chain } = require('factom'); would address this.

Sure I can make that explicit. All functions and classes mentioned in the README can be imported via require('factom');. Thanks for the feedback.

Updated in d06d405