flow-nft icon indicating copy to clipboard operation
flow-nft copied to clipboard

Add a javascript contracts package

Open joshuahannan opened this issue 5 years ago • 0 comments

Issue To Be Solved

We want to be able to release packages in other language so that apps written in those languages can import them to get the contract code defined in the repo, similar to how it is done in Go.

Suggest A Solution

  • Design and write a package in lib/javascript/ for getting contract code.
  • Use the code in contracts/ and replace the addresses and names with arguments that the caller provides.
  • Write tests to make sure the templates are created correctly.

joshuahannan avatar Jul 20 '20 21:07 joshuahannan