deploy-generator

Deploys an on-chain pattern generator.

Command

node scripts deploy-generator

Parameters

Name

Type

Message

address

string

Contract deploy address

Update the schema, space, and size based on needs.

const SIZE = 100
const SPACE = 0
const schema: Array<u32> = [1, 2, 3, 4, 5]

Last updated