Setup and installed all the dependencies mentioned in SECRETJS-TEMPLATE
after that created .env as mentioned in tutorial
SECRET_REST_URL='http://localhost:1337'
SECRET_RPC_URL='http://localhost:26656'
SECRET_WS_URL='ws://localhost:26656/websocket'
SECRET_CHAIN_ID='enigma-pub-testnet-3'
MNEMONIC='wise narrow dinner typical banner bomb happy danger knee maple merge time arrive health vendor super model thumb service nut friend silly family grace'
ADDRESS='secret1t2lqedjluwcfmrj4kelytyqef0wusglhpmyzws'
I am trying out the tutorial
I ran the local node as follows
Setup and installed all the dependencies mentioned in SECRETJS-TEMPLATE after that created
.env
as mentioned in tutorialmnemonic and address copied from the running node
then ran
npm install
and
npm run 1
Ended up with this error