warp-contracts / warp

An implementation of the Arweave SmartWeave smart contracts protocol.
MIT License
159 stars 44 forks source link

Script for sending DataItems to the Sequencer #423

Closed janekolszak closed 1 year ago

janekolszak commented 1 year ago

Usage:

ts-node send-dataitem.ts --tag 1=asdf --tag fdasfa=234 --arweave-wallet ./arweave.json --data data --address localhost

or for MetaMask in the browser:

cd tools/sequencer/web
npx webpack serve
ppedziwiatr commented 1 year ago

hmm, build fails with

image
szynwelski commented 1 year ago

Script moved to #442.