Skip to content

bchainhub/payto

Repository files navigation

Payto Money

Decentralized Asset Transfer

The 'payto' URI scheme builder supports Payments as outlined in RFC 8905 and subsequent amendments.

Technical Specifications and Organizational Notes

Project Initialization

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

# 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:

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:

npm run build

The production build can be previewed using npm run preview.

For deploying your app, you may need to install an adapter suited to your target environment.

License

This project is licensed under the CORE License.