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
- Host: GitHub
- URL: https://github.com/core-laboratories/payto
- Owner: core-laboratories
- License: other
- Created: 2023-01-10T16:32:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T10:16:12.000Z (2 months ago)
- Last Synced: 2025-04-01T11:26:17.365Z (2 months ago)
- Topics: payto, rfc-8905
- Language: Svelte
- Homepage: https://payto.money
- Size: 1.09 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.