Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
16946486
Topic
850070
Board
Announcements (Altcoins)
Factom Entry Credits
by
BitGoser
on
21/11/2016, 18:50:35 UTC
Is there anyone who use Factom Entry Credits or how to use them.
I'm busy with a project and want to use Factom.
Im using PHP so I use the curl function.
It seems there is some decoding that Im not sure of.
Like:
'
http://localhost:8088/v1/factoid-balance/f6e117ea838cb652e9cfc3b29552d5887800a7ba614df0bd8c13e171eddc5897
' - is working
and
'
http://localhost:8088/v1/factoid-balance/FA2oMzWrkwspnRriJmDvjjiFVfLBzbjUQ28sxgtwvSb3NCytAMnP
' - does not work.
Is there any example on how to
hash a string
put it in the factom blockchain
retrieve the hash from the factom blockchain.