Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/useverto/interface
✨ Interface for The Verto Protocol
https://github.com/useverto/interface
arweave crypto ethereum exchange pst token verto
Last synced: 1 day ago
JSON representation
✨ Interface for The Verto Protocol
- Host: GitHub
- URL: https://github.com/useverto/interface
- Owner: useverto
- License: mit
- Created: 2021-04-05T14:03:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T17:41:52.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T02:03:34.138Z (7 months ago)
- Topics: arweave, crypto, ethereum, exchange, pst, token, verto
- Language: TypeScript
- Homepage: https://verto.exchange
- Size: 5.58 MB
- Stars: 11
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Verto
A decentralized token exchange protocol on Arweave
- Website: [verto.exchange](https://verto.exchange)
- Supported tokens: [verto.exchange/space](https://verto.exchange/space)
- Docs: [docs.verto.exchange](http://docs.verto.exchange/)
- Twitter: [@vertoexchange](https://twitter.com/vertoexchange)
- Discord: [chat](https://verto.exchange/chat)## Building the UI
The UI is written in React/Next.js. Before building it, you will need to install [Node](https://nodejs.org/), then [Yarn](https://yarnpkg.com/). After that you can install the dependencies from the repository root:
```sh
yarn install
```...then build from source:
```sh
yarn build
```## Special Thanks
- [Sam Williams](https://twitter.com/samecwilliams)
- [Cedrik Boudreau](https://github.com/cedriking)
- [Aidan O'Kelly](https://github.com/aidanok)
- [John Letey](https://github.com/johnletey)## License
See the license [here](./LICENSE).