agent_dart
agent_dart copied to clipboard
Agent library for Internet Computer, in Dart
This is the error that I am getting while creating an actor ``` ArgumentError: Invalid argument(s): Failed to lookup symbol 'bls_verify': dlsym(RTLD_DEFAULT, bls_verify): symbol not found ``` Full Stack Trace:...
Feel free to submit your projects here, and we will move them to README, and later to doc site Template below: --- - **Project Name** My very cool project -...
# Description Documentation for agent_dart apis ## Context To have better understanding of internet computer, for client developers, it is the best way to understand how the sdk works. Though...
Right now the project has a dependency on flutter thus it's not possible to use the package on a pure dart environment like a server-side dart. Package behaves more like...