A decentralized PST exchange for Arweave
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.
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.
We use the arweave-js library with Svelte/Sapper. You can read more about these in their github repos.
This will start the app with live reload, according to the rollup config
yarn dev
This will export the app to static html/css/js to __sapper__/export
yarn export
To deploy the app on Arweave, the @verto/deploy is needed. See the docs there.
The code contained within this repository is licensed under the MIT license.
See ./LICENSE
for more information.