iiiiiiii
iiiiiiii
In fact, in your case, you should not use extendedEnvironment, you should use redspot.config. example: redspot.config.ts ```javascript import types from "@plasm/types"; ... export default { network: { ... plasm: {...
Yes, it is not mentioned inside the documentation. We have just finished developing all the main features. So the next step is to improve the documentation. When you type `npx...
First of all, global options does not support configuration using .env files. However, it may be possible to support it in the future. The reason it fails is because you...
I'm not quite sure what's going on with this one. Theoretically it's not possible, the account nonce was 5 before and then the account nonce changed to 0 when run...
@VadneyK I've added the plasm example and it should work. Steps to run the plasm example: 1. git clone https://github.com/patractlabs/redspot.git 2. cd redspot 3. yarn 4. yarn build 5. cd...
@VadneyK You can run the node locally https://github.com/PlasmNetwork/Plasm/releases/tag/v1.9.0-dusty Then use this repository: https://github.com/ii-ii-ii/tutorials/tree/redspot-example/erc20 It should work.
I'm running locally on this network: https://github.com/PlasmNetwork/Plasm/releases/tag/v1.9.0-dusty and start it like this: `./plasm --dev --ws-external --rpc-external --tmp --rpc-cors all` Then run this repository: https://github.com/ii-ii-ii/tutorials/tree/redspot-example/erc20 Then, after installing the dependencies, run...
You don't use your own account and follow my steps. Can you deploy it successfully?
If you don't use your own address, but use local network and the default test address, does it work correctly? We need to confirm if it is a problem with...
`ERROR contracts.NewContractNotFunded( The newly created contract is below the subsistence threshold after executing its contructor. No contracts are allowed to exist below that threshold.)` This error is because the value...