alpha-interface
alpha-interface copied to clipboard
✨ Token Exchange App for Arweave Profit Sharing Tokens
Verto
A decentralized PST exchange for Arweave
About
This is the front-end/app for the PST exchange service. It is built in Svelte(Sapper) and TypeScript. We use the export feature of Sapper to create an arweave-deployable app.
You can access the code for trading posts here.
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
To build/use the service on localhost, you will have to download Node, and install the yarn package manager (npm i -g yarn
). When you have these, clone this repository and run yarn
to add the required dependencies.
Below, you will see the available commands to test/build the project.
Libraries
We use the arweave-js library with Svelte/Sapper. You can read more about these in their github repos.
Debug
This will start the app with live reload, according to the rollup config
yarn dev
Export
This will export the app to static html/css/js to __sapper__/export
yarn export
Special Thanks
How to deploy
To deploy the app on Arweave, the @verto/deploy is needed. See the docs there.
License
The code contained within this repository is licensed under the MIT license.
See ./LICENSE
for more information.