

Automatic
Redspot provides a JavaScript-based automatic testing environment, which can make contract testing and debugging very quickly.
Flexible
Redspot only needs very little configuration and can be easily used on existing contract projects. Developers can freely choose the functions they want to add through the plugin system, and can also freely add new tasks or change existing tasks.


Extendable
Redspot aims to provide development support for all WASM contract parachains in the Polkadot ecosystem, and will integrate multiple contract languages, such as: Ink!, Ask!, etc.
TS supported
Redspot will provide a TypeScript-based template by default, and you can use TypeScript without any settings. It also cancels TypeScript's runtime type checking, even if you are not familiar with TypeScript, you will not encounter obstacles.


The flexibility and extensibility of Redspot comes from its rich plug-in system. Developers can also easily developnew plugins and integrate them into their own contract development process.


Test case for the standard ERC20 contract

