HFiles is a decentralized files manager connected to the Hedera network.
This project use Hashgraph
Apache-2.0 License
First, you need to update the database applying the available migration in the project:
dotnet ef database updateTo consume this project, just run with Visual Studio or DotNet CLI in your project.
dotnet runThis project is built with .NET 6.0
You need to edit the appsettings.json file for adding:
- DefaultConnection: A SQL Server connection (use for saving info about the projects).
- HederaNetwork: The URL for Hedera gateway (testing or production).
- HederaNodeAccountId: The node number for Hedera gateway (0,1,2,3,4,5, etc.).
- HederaAccountId: The Hedera Account Id for govern this app (send transactions, create tokens, create Hedera test accounts, etc.).
- HederaPublicKey: The Hedera Public Key for govern this app (send transactions, create tokens, create Hedera test accounts, etc.).
- HederaPrivateKey: The Hedera Private Key for govern this app (send transactions, create tokens, create Hedera test accounts, etc.).
If you want to colaborate, just fork this repository and build new things. Thanks!!