-
Notifications
You must be signed in to change notification settings - Fork 11
creationBytes as POST body #20
Copy link
Copy link
Open
Labels
Description
Is your feature request related to a problem? Please describe.
Smart Contracts byte code is attached as URL parameter. URL length is limited (not even have the same limit on difference browsers) and complex contracts may not be publishable using SignumJS. The Signum Node supports to receive a contracts creation byte sequence as body.
Describe the solution you'd like
Mount the creation byte sequence and attach as body instead of sending as URL parameters
The creation byte sequence has to be mounted as depicted in SignumJ
Describe alternatives you've considered
There's no alternative
Reactions are currently unavailable