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
- Host: GitHub
- URL: https://github.com/cfelde/ebbs-social-contracts
- Owner: cfelde
- License: apache-2.0
- Created: 2019-09-13T23:49:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T10:25:10.000Z (over 6 years ago)
- Last Synced: 2025-04-03T14:22:30.637Z (about 1 year ago)
- Topics: solidity, solidity-contracts, solidity-dapps
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).