pendulum-chain / api-solang

This is the code for the npm package @pendulum-chain/api-solang
0 stars 0 forks source link

Replace usage of Buffer #7

Closed TorstenStueber closed 6 months ago

TorstenStueber commented 6 months ago

This library currently uses Buffer, which is for Node.js only execution (or when using a polyfill).

This should be replaced with code that runs in any environment (i.e., also inside a browser).