bap578_test_template
Installation
SKILL.md
BAP578 Test Template
Usage
- Category: BAP578 Dev
- Mode: guide
- Version: 0.1.0
Input Example
{
"tokenId": 1,
"includeFeeOnTransferCase": true
}
Output Example
describe('BAP578 adapter/vault', () => {
it('allows operator withdraw');
it('rejects non-operator withdraw');
it('keeps balance invariants');
});
Security Notes
- Include both positive and negative authorization tests.
- Add balance-consistency assertions for native and ERC20 flows.
Install
npx @skillshub/bap578-test-template
Related skills
More from brief-onchain/skills-lab
funding_watch
Reads funding rate, annualized estimate, and mark-index basis from Binance Futures.
14bsc_rpc_fanout_check
Validates BSC RPC endpoints for health, latency, and block drift.
13top_movers
Ranks top symbols by 24h change or quote volume with optional liquidity filter.
9price_snapshot
Fetches spot last price and 24h change for one trading pair.
9open_interest_scan
Tracks futures open interest and taker flow changes for a symbol.
7kline_brief
Summarizes recent candles with trend percentage.
6