Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update anoma nock stdlib to include resource machine client library (#…
…3110) >⚠️ There's a big diff because `stdlib.nockma` is now exported from Anoma with no line-breaks. The nock stdlib code was obtained from anoma release v0.24.1. The nock stdlib now contains the resource machine client library. https://github.com/anoma/anoma/blob/a20b5e78380b4dcf554fda6f4c75758cc1b70063 using the Elixir interactive prompt in the root of a clone of Anoma. ``` iex -S mix iex(1)> File.write("./stdlib.nockma", Nock.rm_core |> Noun.Format.print) ``` I've added these instructions for updating the `stdlib.nockma` file in a `README.md`. The nock cells in StdlibFunction.hs were obtained in the urbit dojo using: https://github.com/anoma/anoma/blob/a20b5e78380b4dcf554fda6f4c75758cc1b70063/hoon/anoma.hoon https://github.com/anoma/anoma/blob/a20b5e78380b4dcf554fda6f4c75758cc1b70063/hoon/resource-machine.hoon
- Loading branch information