Skip to content

Instantly share code, notes, and snippets.

@aeither
Last active August 25, 2022 07:41
Show Gist options
  • Save aeither/a3c7c6393a5e72b59bed0255ca05493f to your computer and use it in GitHub Desktop.
Save aeither/a3c7c6393a5e72b59bed0255ca05493f to your computer and use it in GitHub Desktop.

TABLELAND Javascript SDK

  • connect > tableland > {create, siwe, write, read, receipt...}
  • create create tables for storing, querying, and relating data
  • write to manipulate rows
  • receipt to verify tx went through correctly
  • siwe get signer when connect from client side
  • hash for schema validation
  • list to see tables ids
  • set/get/lockController allow someone else to edit table
  • structure discover all tables with a matching table structure
  • schema with table's name, get the schema and constraints for a table
  • SUPPORTED_CHAINS object with supported chains
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment