ECBSJ
ECBSJ
I am trying to run the javascript sample code, taken [here](https://nft.storage/docs/how-to/mint-erc-1155/#uploading-your-images-assets-and-metadata) from your docs, in the browser with nodejs. When I attempt to use browserify to bundle up the `const...
How would I implement a "page flip" effect when transitioning through photos? Does anyone have any tips/tricks for this?
A UI suggestion for the 'Call a contract' section of the Sandbox. The input fields are already pre-filled when landing on this section, blocking the placeholder text. If we want...
Should this display of our wallet's legacy btc address be removed and instead show our STX address after connecting Stacks wallet?
added derivation path setting to create deployment plan guide
Added console helpers `::get_costs` and `::toggle_costs` to the Clarinet section. Added code coverage and automated cost analysis when running `npm run test:report` to the quickstart section of Clarinet JS SDK.
Manually updated the `methods.mdx` file of `clarinet-js-sdk`/`references` to add in the `callPrivateFn` method.
::get_costs ::get_costs (contract-call? .sbtc-token get-decimals) ::toggle_costs (contract-call? .sbtc-token get-decimals) also: vitest run -- --coverage --costs
It's not obvious on where and how to access the `lcov.info` and `costs-reports.json` files after running `npm run test:report` in Clarinet. This is what I would see currently after running...
**Is your feature request related to a problem? Please describe.** Users are unable to call contract functions that require a buffer value for a parameter. **Describe the solution you'd like**...