Skip to content

Releases: petersalomonsen/quickjs-rust-near

Release v0.0.3

31 Dec 21:27
6a9e5b6
Compare
Choose a tag to compare
FT metadata, web4, docs (#30)

Expose the ft_metadata method to the contract wasm. It is needed by wallets to properly show the balance.
Docs about setting up the Fungible Token contract
Implementation of web4_get to be able to serve a web page from the contract
Scripts for bundling for web4, using the AI proxy frontend as an example
Docs about submitting javascript code to the contract
Docs for deploying the AI proxy to Spin cloud

Release v0.0.2

27 Dec 21:32
5c554e7
Compare
Choose a tag to compare
  • added Fungible Token contract

v0.0.1

18 Aug 13:31
Compare
Choose a tag to compare

Add a release with a zip file of example contract wasm builds:

These contracts can then be downloaded from the release and deployed to any account. Updates to the javascript code can then be done using function access keys calling the post_javascript function.