Initial Setup
Preparing to use the NIX SDK
Required Files
nixd
SDK
yarn add nix-corenpm install nix-core --saveNode Configuration
daemon=1
server=1
par=1
rpcbind=127.0.0.1
rpcallowip=127.0.0.1
rpcport=3335
rpcuser=username1
rpcpassword=password1
rpcclienttimeout=30
rpcthreads=2
rpcworkqueue=1000
staking=0
enableaccounts=1Connecting to the daemon in JavaScript
Official NIX SDK Node
Last updated
Was this helpful?