|
|
|
|
|
by chairmanmow
2367 days ago
|
|
I made/am working on a DApp that does some stuff involving ANSI art as tokens with some additional properties that have rules that get enforced by the smart contract, which is essentially the back end. While the site sort of functions without being connected to the blockchain (there's a crappy database backed backend too), there is an entirely different set of data that's stored there that is not entirely in my control - only so much as the smart contract/backend coding permits once deployed to the Blockchain Virtual Machine. Instead of talking to an API connected to a database, it's connected to an ABI talking to the blockchain. Someone could directly interface with that, or use my client, or build their own etc, it's open on the blockchain. Read operations are free unless specified, write operations generally have an implicit cost of the smart contracts currency at least with what I've used, which was Ethereum. |
|