An open API service indexing awesome lists of open source software.

https://github.com/core-laboratories/payto

Decentralized transfer of Assets
https://github.com/core-laboratories/payto

payto rfc-8905

Last synced: 2 months ago
JSON representation

Decentralized transfer of Assets

Awesome Lists containing this project

README

        

# Payto Money

> Decentralized Asset Transfer

The 'payto' URI scheme builder supports Payments as outlined in [RFC 8905](https://datatracker.ietf.org/doc/rfc8905/) and subsequent amendments.

## Technical Specifications and Organizational Notes

- [Extended Payto URI](docs/scheme.md)
- [RFC 8905](https://datatracker.ietf.org/doc/rfc8905/)

## payTo libraries

Typescript / JavaScript:

- [Payto resource locator](https://github.com/bchainhub/payto-rl)

## Project Initialization

If you're reading this, you've likely already initialized your project. Congratulations!

```bash
# To create a new project in the current directory
npm create svelte@latest

# To create a new project in 'my-app' directory
npm create svelte@latest my-app
```

## Development

After initializing your project and installing the necessary dependencies with `npm install` (or `pnpm install` or `yarn`), you can start a development server:

```bash
npm run dev

# To start the server and open the app in a new browser tab
npm run dev -- --open
```

## Building

To create a production version of your app:

```bash
npm run build
```

The production build can be previewed using `npm run preview`.

> For deploying your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) suited to your target environment.

## License

This project is licensed under the [CORE](LICENSE) License.