Replies: 3 comments
-
Buffer is a Node.js host API...
I think npm has a number of libraries that provide the buffer API in a browser context. Some of them are probably suitable for use in contracts. @Jovonni I wonder if you have a favorite? @kriskowal I wonder if an |
Beta Was this translation helpful? Give feedback.
-
With a bit of digging, i've traced the string |
Beta Was this translation helpful? Give feedback.
-
Yes, the compartment mapper is correctly complaining that the import { Buffer } from 'buffer' but it does not declare a dependency on any such package:
The |
Beta Was this translation helpful? Give feedback.
-
In hindley-milner-systems/dapp-ertp-airdrop#72 (comment) , we see
What's going on? What do we do?
cc @tgrecojs @Jovonni
Beta Was this translation helpful? Give feedback.
All reactions