Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ujblockchain/blockchainrecord
Blockchain data recording using Hedera blockchain and Echo Framework
https://github.com/ujblockchain/blockchainrecord
echo-framework golang gorm hedera hedera-hashgraph hedera-sdk solidity solidity-contracts
Last synced: 18 days ago
JSON representation
Blockchain data recording using Hedera blockchain and Echo Framework
- Host: GitHub
- URL: https://github.com/ujblockchain/blockchainrecord
- Owner: ujblockchain
- License: mit
- Created: 2023-08-30T10:01:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-15T17:35:54.000Z (11 months ago)
- Last Synced: 2024-11-18T07:39:56.789Z (3 months ago)
- Topics: echo-framework, golang, gorm, hedera, hedera-hashgraph, hedera-sdk, solidity, solidity-contracts
- Language: CSS
- Homepage:
- Size: 969 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![image info](https://blockchain.uj.ac.za/static/images/main-logo.png)
# SARChI
South Africa-Switzerland Bilateral Research Chair in Blockchain Technology aims to explore blockchain integrations with real-world applications and development in Agric food.## Hedera Testnet
Set environment variables for Hedera Testnet using Viper. A testnet account can be created from https://portal.hedera.com/register. Replace "..." with your credentials.```
ACCOUNT_ID: ...
PUBLIC_KEY: ...
PRIVATE_KEY: ...
ENCODED_PRIVATE_KEY: ...
HEDERA_NETWORK: ...
```## Database
Set environment variable for postgres database using Viper. Database connection is needed for Gorm. Replace "..." with your credentials.```
DNS: "host=localhost user=postgres password=... dbname=... port=... sslmode=disable TimeZone=Africa/Johannesburg"```
## Deployment
Follow step by step gist for deployment using: [Deployment](https://gist.github.com/ujblockchain/9152d51a574791ed95b7e4a39ae83a18)