alpha-dapp
alpha-dapp copied to clipboard
SingularityNET Alpha DApp let's you interact with Agents registered on the Kovan network using testnet AGI
See https://github.com/singnet/snet-daemon/issues/144 for details
A few suggested improvements on the dApp! I have unlocked the 'Create Job' button when: 1) The job contract hasn't been created yet, so that the user can choose another...
Example below, the blue of the create job button is only just visible. Can scroll horizontally, but it's not pretty and there should be some kind of max width on...
After PR https://github.com/singnet/platform-contracts/pull/33 and PR https://github.com/singnet/snet-cli/pull/64 there is no AlphaRegistryContract in latest platform-contract binaries. AlphaRegistry usages should also be removed from dApp code.
[platform-pipeline](https://github.com/singnet/platform-pipeline/) project now has [integration test](https://github.com/singnet/platform-pipeline/blob/master/features/publish_example_service.feature) which uses snet-cli. The request is to add an integration test which uses Dapp.
It should be possible, using a hash fragment or other mechanism, for service authors to link directly to a specific agent based on the agent contract address.
Currently there is a default UI (also called "Fallback UI") for each service that is generated from the protobuf models that the service registers. Service developers can override the Fallback...
The dapp freezes when a non-existing method is called. But using same input with "snet client call" returns an error. The dapp should display an error message too.
Similar to singnet/snet-cli/issues/29, it would be helpful if the service detail page included generated code stubs to interact with the gRPC based services from various programming languages.