Skip to content

Commit

Permalink
Start Tutorial on Writing Smart Contracts
Browse files Browse the repository at this point in the history
- update eoscpp
- update skeleton contract
- update cmake to install eoscpp, eoslib, and skeleton
- remove print statements
  • Loading branch information
bytemaster committed Sep 14, 2017
1 parent a21f2d2 commit 2651123
Show file tree
Hide file tree
Showing 427 changed files with 8,945 additions and 956 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -631,5 +631,5 @@ curl http://127.0.0.1:8888/v1/chain/get_info
You can run the `eosc` commands via `docker exec` command. For example:

```bash
docker exec docker_eos_1 eosc contract exchange build/contracts/exchange/exchange.wast build/contracts/exchange/exchange.abi
docker exec docker_eos_1 eosc set contract exchange build/contracts/exchange/exchange.wast build/contracts/exchange/exchange.abi
```
3 changes: 3 additions & 0 deletions contracts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ add_subdirectory(proxy)
add_subdirectory(test_api)
add_subdirectory(simpledb)
#add_subdirectory(social)

install( DIRECTORY eoslib DESTINATION include/ )
install( DIRECTORY skeleton DESTINATION share/ )
Loading

0 comments on commit 2651123

Please sign in to comment.