Nathan Seva

Results 13 comments of Nathan Seva

@caseyjkey, as you said, I have written a code that estimate the gas used with the web3 instance injected into the drizzle prop. ```javascript handleSubmit(event) { event.preventDefault(); const { drizzle,...

Right, my bad, I have edited the comment.

New PR is here: https://github.com/massalabs/massa-docs/pull/2

Hi @jtenner here I tried to implement but couldn't make it work :/ https://github.com/Thykof/as-pect/pull/1

Unfortunately, `Storage.set('key', 'value');` still cause the error Extracted from package.json ``` "@massalabs/as-transformer": "^0.1.3-dev", "@massalabs/as-types": "^0.0.3-dev", "@massalabs/eslint-config": "^0.0.9", "@massalabs/massa-as-sdk": "^2.0.2-dev", "@massalabs/massa-sc-compiler": "^0.0.4-dev", "@massalabs/massa-sc-deployer": "^0.0.4-dev", "@massalabs/massa-web3": "^1.13.0", ``` Even after running `npm...

This PR demonstrate the bug, output is: `npm run deploy` ``` > [email protected] deploy > npm run build && ts-node src/deploy.ts > [email protected] build > npx massa-as-compile 2 files to...

Doc is clear, thanks. Extracted from my deployment script: ``` (async () => { let deployedInfo = await deploySC( publicApi, deployerAccount, [ { data: readFileSync(path.join(__dirname, 'build', 'main.wasm')), coins: 99_000_000, args:...

This commit fixes https://github.com/massalabs/massa-sc-examples/pull/46/commits/3810e6641b0928d3f2b6b7f9daaf89c14ab33da1

Hi, I have the same error on a AWS lambda. It works well in local though

Hi, Here is the template I use: # {{natspec.title}} {{natspec.userdoc}} {{natspec.devdoc}} {{#each functions}} ## {{signature}} {{natspec.userdoc}} {{natspec.devdoc}} **Params** {{#each natspec.params}} - `{{param}}`: {{description}} {{/each}} **Returns** {{#each natspec.returns}} - `{{param}}`: {{description}}...