Wax Smart Contract Development Guide
  • WAX Smart Contract Development Guide
  • Tips And Tricks
    • Table Indexing
    • eosio.code Permission
    • Structuring Your Contract
    • Random Number Generation
    • uint8_t + enum For Statuses
    • Passing Iterators To Functions
    • Log Actions
    • Action Return Values
    • Readonly Actions
    • Debugging
    • Having Users Pay RAM
    • Inline Actions
    • Renouncing Contract Ownership
    • Creating Permission Structures
  • Tools
    • Self Audit Checklist
    • Unit Tests
Powered by GitBook
On this page

WAX Smart Contract Development Guide

This guide is an "unofficial" WAX smart contract development resource. It's mostly just a collection of random tips/tricks I've learned over the years, some helpful resources etc, organized as best as I could manage.

NextTable Indexing

Last updated 12 months ago