Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/useverto/stats
- Owner: useverto
- License: mit
- Created: 2020-09-14T18:31:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-26T18:11:09.000Z (almost 4 years ago)
- Last Synced: 2023-03-05T17:59:32.435Z (over 1 year ago)
- Topics: arweave, exchange, price, pst, stats, trade, verto, volume
- Language: TypeScript
- Homepage: https://stats.verto.exchange
- Size: 538 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.