Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sim31/timeos
Prototype smart contract for timestamping service on EOSIO blockchain
https://github.com/sim31/timeos
eos eos-contracts smart-contracts timestamping
Last synced: 14 days ago
JSON representation
Prototype smart contract for timestamping service on EOSIO blockchain
- Host: GitHub
- URL: https://github.com/sim31/timeos
- Owner: sim31
- License: mit
- Created: 2017-11-09T10:59:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-22T07:30:27.000Z (over 5 years ago)
- Last Synced: 2024-11-21T10:35:18.065Z (about 1 month ago)
- Topics: eos, eos-contracts, smart-contracts, timestamping
- Language: CMake
- Homepage:
- Size: 18.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Timeos
Simple timestamping service. Useful if you want to record a statement or a file hash to prove authorship.## How to Build
- cd to 'build' directory
- run the command 'cmake ..'
- run the command 'make'
- After build -
- The built smart contract is under the 'hello' directory in the 'build' directory
- You can then do a 'set contract' action with 'cleos' and point in to the './build/hello' directory
- Additions to CMake should be done to the CMakeLists.txt in the './src' directory and not in the top level CMakeLists.txt---
Tested with eosio.cdt v1.5.0