hyperledger-firefly / hyperledger-firefly/cli

Remote RPC Erc1155 Token Connector CLI check

Open
#237 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
66
Forks
64
PR merge metrics
No merged PRs in 30d

Description

Currently initializing a remote blockchain stack with an erc-1155 token connector as follows:

```
ff init polygon 1 \
--multiparty=false \
-b ethereum \
-c evmconnect \
-n remote-rpc \
-t erc1155 \
--remote-node-url https://staging.arkane.network/\
--chain-id 80001 \
--connector-config ~/Desktop/evmconnect.yml
```

Throws the following due to a check in the CLI: https://github.com/hyperledger/firefly-cli/blob/8ad18381273eaea05575955bdc77aef6614d3c81/cmd/init.go#L216

This check was created to prevent automatic deployment of factory contracts for erc1155.

Steps for solution:
1- Build CLI with check disabled
2- Address any issues that arise from the CLI or connector

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.