It contains some useful information, so that you can be sure about input and return types.
- Get your
multiaddr
&peerId
and add them to thesettings.json
.- Alternatively, you set both fields to an empty string and it connects to the
krasnoda[0]
- Alternatively, you set both fields to an empty string and it connects to the
- Set the Provider URL/Object for Services
Then run npm install && npm run start
which should run the service.
Prerequisites: fldist
aqua
npm run compile:ts
Set the PEER
and RELAY
attributes in tests/address.aqua
and node
in package.json
npm run compile:tests
or
npm run start:tests:contract
which compiles contract
tests and runs them
npm run start:tests:...