warp-contracts / warp

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

fix: Remove `createContract` deprecated method from README #315

Closed ropats16 closed 1 year ago

ropats16 commented 1 year ago

On the following lines the deprecated createContract method is still used in the README:

These methods now seem to be directly called as warp.method() instead of warp.createContract.method()