Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links #75

Merged
merged 2 commits into from
May 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/firefly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ core:

#### Smart Contract Deployment

Currently, the chart offers no way for one to manage the [FireFly smart contract](../../../smart_contracts/ethereum/solidity_firefly/contracts/Firefly.sol).
Currently, the chart offers no way for one to manage the [FireFly smart contract](https://github.com/hyperledger/firefly/blob/main/smart_contracts/ethereum/solidity_firefly/contracts/Firefly.sol).
Instead, the chart assumes it is already pre-provisioned via Ethconnect by one of the organizations.

If you have the contract available as gateway contract on Ethconnect, you can then deploy it via the API:
Expand Down Expand Up @@ -397,7 +397,7 @@ its chaincode on behalf of the organization it's representing.

#### Chaincode

By default, the chart assumes the [FireFly chaincode](../../../smart_contracts/fabric/firefly-go/) is deployed to the
By default, the chart assumes the [FireFly chaincode](https://github.com/hyperledger/firefly/blob/main/smart_contracts/fabric/firefly-go) is deployed to the
`default-channel` with the name `firefly_go`. If the chaincode was deployed to a different channel or with a different
name you can set `config.fabconnectChannel` and `config.fireflyChaincode` accordingly.

Expand Down Expand Up @@ -699,4 +699,4 @@ As a result, you can configure Terraform to use the FireFly chart by either:
chart = "firefly-0.7.0.tgz"
// ...
}
```
```
Loading