Skip to content

mvs-org/mvs-coin-bridge

Repository files navigation

The Metaverse Coin Bridge is a service to exchange Metaverse ETP with other Coins like Bitcoin, Ethereum, Ethereum Classic and many more. It uses SWFT as a gateway.

Deployment

You need to have a firebase account and a project that can access external resources (blaze plan).

To install the firebase cli just run

npm install -g firebase-tools

You can run the code locally with the following command

firebase serve

To deploy the code to your project you just need to run

firebase deploy --project YOUR_PROJECT_NAME

Documentation

For a detailed API documentation you can either generate it yourself by running npm run apidoc or just visit bridge.mvs.org.

If you generate the API documentation yourself you can easily upload it to your project using:

firebase deploy --only hosting --project YOUR_PROJECT_NAME

Order Status

For order status transitions see the following diagram from SWFT

SWFT order transitions

Contribution

We <3 our contributors! Many thanks to all supporters. We want to encourage everyone to become part of the development and support us with translations, testing and patches. If you want to help us please don't hesitate to contact us and become a part of the community.

Releases

No releases published

Packages

No packages published