golem-network
v0.6.10
Published
The Golem Network Platform Components toolchain for JS/TS developers building on Golem Network
Downloads
37
Maintainers
Readme
Golem Network Platform Components Toolchain
The tools you need as a Creator building JS/TS apps to run with or on Golem Network.
Features
Primary functions include:
- installation of Golem Network Creators Toolchain:
yagna
,gftp
,gvmkit-build
and@golem-sdk/cli
via a single command - making the before mentioned tools accessible in command lines (including Windows!) - fills the gap with missing yagna installer on Windows.
Installation
You can install the tool with:
npm install -g golem-network
Then you can install the core Golem Network tools using
golem installer
Usage
General exploration
Consult the built-in help to learn about various features.
golem --help
Wiping out the environment
golem installer destroy
Discord
Feel invited to join our Discord. You can meet other SDK users and developers in
the #sdk-discussion
and #js-discussion
channels.
See also
- Golem, a global, open-source, decentralized supercomputer that anyone can access.
- Learn what you need to know to set up your Golem requestor node:
- Have a look at the most important concepts behind any Golem application: Golem application fundamentals
- Learn about preparing your own Docker-like images for the VM runtime
- Write your own app with JavaScript API