https://github.com/blockchainsllc/in3-devcon5
Exmaples used in the workshop at devcon5
https://github.com/blockchainsllc/in3-devcon5
Last synced: 11 months ago
JSON representation
Exmaples used in the workshop at devcon5
- Host: GitHub
- URL: https://github.com/blockchainsllc/in3-devcon5
- Owner: blockchainsllc
- License: mit
- Created: 2019-10-08T12:16:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-08T19:08:47.000Z (over 6 years ago)
- Last Synced: 2025-05-29T18:18:25.516Z (about 1 year ago)
- Language: C
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example-Repository for Devcon5
This repo contains a simple wallet example.
It can be compiled with
```sh
gcc -o wallet wallet.c -lcurl -lin3
```