An open API service indexing awesome lists of open source software.

https://github.com/cfelde/ebbs-social-contracts

EBBS social smart contracts
https://github.com/cfelde/ebbs-social-contracts

solidity solidity-contracts solidity-dapps

Last synced: about 2 months ago
JSON representation

EBBS social smart contracts

Awesome Lists containing this project

README

          

# ebbs-social-contracts

This is the smart contract code for [EBBS social](https://github.com/cfelde/ebbs-social).

## Truffle commands

Assuming you have [Truffle](https://www.trufflesuite.com/) installed you can run the usual commands:

truffle build

truffle test

If you just want to try it out, see [ebbs.social](https://ebbs.social)

## Understanding postData and postMeta

Content is stored within the smart contracts as deflated JSON. These formats are described in more detail on [EBBS social](https://github.com/cfelde/ebbs-social).