ask! Development
Last updated
Last updated
⚠️ Production Warning ask! eDSL currently has several limitations and issues being actively addressed. It is not recommended for production environments. Consider using ink! for production contracts.
ask! is a framework that enables AssemblyScript developers to write Wasm smart contracts for pallet-contracts
. With TypeScript-like syntax, it makes smart contract development accessible to JavaScript/TypeScript developers.
💡 Project Status ask! is a Polkadot treasury funded project currently under active development.
Basic understanding of TypeScript/JavaScript
Familiarity with package managers (yarn/npm)
1. Storage
2. Contract Methods
3. Events
This generates:
flipper.optimized.wasm
: Compiled WebAssembly code
metadata.json
: Contract metadata
flipper.wat
: WebAssembly text format (human-readable)
Select your target network
Upload contract files:
metadata.json
for ABI
flipper.optimized.wasm
for contract code
Follow the deployment wizard
Confirm deployment success
Use TypeScript-aware IDEs for better development experience
Keep track of event IDs to avoid conflicts
Test thoroughly before deployment
Monitor gas usage and optimization
Access
Need help? Join our