Skip to content

Commit

Permalink
Added README badges
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvelmer committed Sep 21, 2023
1 parent 8a66668 commit 63dddba
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy examples to GH pages
name: Examples

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Main-CI
name: Main
on:
push:
branches:
Expand Down
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<p align="center" width="100%">
<img src="https://docs.vocdoni.io/Logotype.svg">
</p>

<div align="center">

![npm](https://img.shields.io/npm/v/%40vocdoni%2Fsdk)
![GitHub commit activity (main)](https://img.shields.io/github/commit-activity/m/vocdoni/vocdoni-sdk)
[![Example workflow](https://github.com/vocdoni/vocdoni-sdk/actions/workflows/examples.yml/badge.svg)](https://vocdoni.github.io/vocdoni-sdk/)
![Main workflow](https://github.com/vocdoni/vocdoni-sdk/actions/workflows/main.yml/badge.svg)
[![Join Discord](https://img.shields.io/badge/discord-join%20chat-blue.svg)](https://discord.gg/xFTh8Np2ga)
[![Twitter Follow](https://img.shields.io/twitter/follow/vocdoni.svg?style=social&label=Follow)](https://twitter.com/vocdoni)

</div>

# Vocdoni SDK

The Vocdoni SDK is a convenient way to interact with the Vocdoni Protocol
Expand Down Expand Up @@ -549,7 +564,7 @@ const voteId = await client.submitVote(vote);

## Examples

You can find a [full featured vite][example-vote] application with all the previous
You can find a [full featured vite][example-vite] application with all the previous
steps in the [examples] folder. In that folder you'll also find a
[es modules example][example-esm], creating and voting an election process.

Expand Down

0 comments on commit 63dddba

Please sign in to comment.