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

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

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
```