Agent API Javascript NPM package
Currently, there is no package on the public npm package registry, but you can still add the package as a dependency in your package.json. You just add
“agent-api”: “https
/github.com/Trust-Anchor-Group/AgentApiJavascript.gitnpm-package”
to your dependencies. Though, note that this might require that you have the newest version of the AgentApi on your neuron (which may require the newest neuron version). This is because the repo is designed for the latest version, which means that it might be different since the AgentApi is ever evolving. And at last, there currently is only one version, which if it is updated, and you later install your dependencies, the package might have changed. So if you for some reason do not plan to update the neuron or your code, it might be better to copy the code in the package. For those curious, there is currently not a package for the typescript version.
In The Code
if you use ES6 import syntax just use : `js import AgentAPI from "agent-api" AgentApi.Legal.CreateContract()
or if you use CommonJs: `js const AgentAPI = require("agent-api") AgentApi.Legal.CreateContract()
The Github Repository
As you may see, the package is located in the npm-package branch on the AgentApiJavascript repository on Github. If you notice that the main branch have got some important commits that the npm-package does not, please consider rebasing the npm-package branch to the main branch. If you are not sure how to rebase, consider learning more about it, absolutely use something like Sourcetree to check that you did it right, and if you are worried, make a backup of the repo.
Posts tagged #npm
No more posts with the given tag could be found. You can go back to the main view by selecting Home in the menu above.