Skip to content

Commit

Permalink
Adding graviton logo and badges (#27)
Browse files Browse the repository at this point in the history
* Adding graviton logo and badges (inline html)
  • Loading branch information
aorumbayev authored Jul 16, 2022
1 parent 52f5052 commit 4af3ea7
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
<!-- markdownlint-disable MD024 -->
# Changelog

## `v0.4.1`

### Added

* Better Logos
* Badges for:
* visitor count
* "powered by Algorand"
* New `THANKS.md`

### Removed

* Original logo including _ALT_ link to graviton journal article in the following tag: `<img width="345" alt="http://cds.cern.ch/record/2315186/files/scoap3-fulltext.pdf" src="https://user-images.githubusercontent.com/291133/160721859-21a3560a-0a82-4249-aa54-5ede4c60f8d2.png">`

## `v0.4.0` (_aka_ 🐕)

### Added
Expand Down
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Graviton - Testing TEAL with Dry Runs
<!-- markdownlint-disable no-inline-html -->
<!-- markdownlint-disable first-line-h1 -->
<p align="center"><img width=100% src="https://infura-ipfs.io/ipfs/QmRVnM9EaCk3u9p42b5ppLjwxUPv54EDQihmkNyFxqKuVi" border="0" /></p>

<p align="center">
<a href="https://algorand.com"><img src="https://img.shields.io/badge/Powered by-Algorand-teal.svg" alt="Algorand" /></a>
<a><img src="https://visitor-badge.glitch.me/badge?page_id=algorand.graviton&right_color=green" /></a>
</p>

# About

Graviton is a software toolkit for blackbox testing of smart contracts written in TEAL.

## [Tutorial](./graviton/README.md)

Expand Down
9 changes: 9 additions & 0 deletions THANKS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Thanks

A big thank you to everyone who has contributed to the `graviton` codebase.

## External Contributors

- aorumbayev

<!-- ## Bug Reports -->
6 changes: 3 additions & 3 deletions graviton/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!-- markdownlint-disable no-inline-html -->
<!-- markdownlint-disable ol-prefix -->
<!-- markdownlint-disable first-line-h1 -->
<p align="center"><img width=100% src="https://infura-ipfs.io/ipfs/QmUJQFQET7VHyfDepM9CNhGBEabjH42XzK39kAisPWdE3K" border="0" /></p>

# GRAVITON (aka the TEAL Blackbox Toolkit): Program Reporting and Testing via Dry Runs

<img width="345" alt="http://cds.cern.ch/record/2315186/files/scoap3-fulltext.pdf" src="https://user-images.githubusercontent.com/291133/160721859-21a3560a-0a82-4249-aa54-5ede4c60f8d2.png">
Graviton (aka the TEAL Blackbox Toolkit): Program Reporting and Testing via Dry Runs

**NOTE: to get math formulas to render here using Chrome, add the [xhub extension](https://chrome.google.com/webstore/detail/xhub/anidddebgkllnnnnjfkmjcaallemhjee/related) and reload.**

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="graviton",
version="0.3.0",
version="0.4.1",
url="https://github.com/algorand/graviton",
description="verify your TEAL program by experiment and observation",
long_description=long_description,
Expand Down

0 comments on commit 4af3ea7

Please sign in to comment.