Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/useverto/stats

📊 Embeddable statistics for the Verto Exchange Network
https://github.com/useverto/stats

arweave exchange price pst stats trade verto volume

Last synced: 1 day ago
JSON representation

📊 Embeddable statistics for the Verto Exchange Network

Awesome Lists containing this project

README

        



Verto logo (dark version)

Verto


A decentralized PST exchange for Arweave

## About

This is a service that allows you to import trading statistics from Verto straight into your applications!

You can access the code for trading posts [here](https://github.com/useverto/trading-post).

> Important Notice: Verto is in its Alpha stage. If you have a suggestion, idea, or find a bug, please report it! The Verto team will not be held accountable for any funds lost.

## Guide

### `/price`

This endpoint accepts a `token` in the form of a url query.

You can pass it in as follows: `/price?token=`.

A token is a valid transaction ID for your PST smart contract.

Once you visit this url, you will be given a graph of your PST price over time.

You can then embed this using an iframe as follows:

```html

```

Alternatively, if you'd like to embed a direct Arweave url, you can use:

```html

```

### `/volume`

This endpoint accepts a `token` in the form of a url query.

You can pass it in as follows: `/volume?token=`.

A token is a valid transaction ID for your PST smart contract.

Once you visit this url, you will be given a graph of how much of that PST has gone through the Verto Exchange Network.

You can then embed this using an iframe as follows:

```html

```

Alternatively, if you'd like to embed a direct Arweave url, you can use:

```html

```

## Special Thanks

- [Sam Williams](https://github.com/samcamwilliams)
- [Cedrik Boudreau](https://github.com/cedriking)
- [Aidan O'Kelly](https://github.com/aidanok)

## License

The code contained within this repository is licensed under the MIT license.
See [`./LICENSE`](./LICENSE) for more information.