elrond-sdk-erdjs icon indicating copy to clipboard operation
elrond-sdk-erdjs copied to clipboard

Elrond JS Command Line Tools and SDK for interacting with the Elrond Network (in general) and Smart Contracts (in particular).

Results 22 elrond-sdk-erdjs issues
Sort by recently updated
recently updated
newest added

Here, we describe the main steps for migrating from _sdk-core v11_ to _sdk-core v12_. ### :bulb: For any questions about the migration, feel free to leave a comment :pray: :bulb:...

migration

Here is a reproductible example : ```ts const booleanString = "true" const value = NativeSerializer.nativeToTypedValues( [booleanString], new EndpointDefinition( "test", [ new EndpointParameterDefinition("test", "test", new BooleanType()) ], [], new EndpointModifiers("mutable", [])...