The Pakana.Stellar.Components project provides a set of powerful and customizable ASP.NET Razor components for integrating Stellar blockchain functionality seamlessly into your web applications. These components aim to simplify the integration process, offering a user-friendly interface for Stellar account creation, multisignature operations, and payments.
License
—
Deps
3
Install Size
—
Vulns
✓ 0
Published
May 13, 2024
$ dotnet add package pakana.stellar.componentsThe Pakana.Stellar.Components project provides a set of powerful and customizable ASP.NET Razor components for integrating Stellar blockchain functionality seamlessly into your web applications. These components aim to simplify the integration process, offering a user-friendly interface for Stellar account creation, multisignature operations, and payments.
We invite you to fork and use this source-code in your own ASP.NET Razor projects. If you make improvements, please submit them via pull-request.
Visit the PakanaComponents.com website for documentation, installation, tutorials and resources.
Thanks! Pakana Team
.Net8.0 or greater is required.
dotnet add package Pakana.Stellar.Components --version 1.0.0
Ensure that your project includes the necessary dependencies:
Here is an example of how to use Pakana Stellar Razor Components in your project.
<!-- Razor View Using Pakana Stellar Razor Components -->
<PakanaSendFunds @ref="sendFundsComponent"/>
<button @onclick="SubmitTransaction">Submit Transaction</button>
@code { private async Task SubmitTransaction() {
await sendFundsComponent.SubmitTransaction();
}
}
Interested in contributing or have ideas on expanding this resource?
We'd love to have your help!
Submit a pull request or open an issue to get started. Or Contact us at the Pakana.net for more information.
This project is licensed under the MIT License.
Lockb0x LLC is a blockchain development company that specializes in building financial technology solutions using the Stellar blockchain.
Pakana is our flagship product and the primary platform that all of our DeFi use-cases are built on, offering:
-Payment Processing -Contract and Document Management -Fiat Bank Account Integration -Quickbooks Integration
... and more, using the Stellar Development Foundation blockchain, Microsoft Azure, and other services.