Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.08 KB

NOCUST Client library

GET STARTED

Run yarn

BUILDING

Build & check TS errors: yarn build

TESTING

Run complete test suite(local operator must be running): yarn test Run complete test suite against Limbo: yarn test:limbo

  • unit/integration tests: yarn test:unit
  • e2e tests(local operator must be running): yarn test:e2e
  • e2e tests against Limbo: yarn test:e2e:limbo
  • stress tests(local operator must be running): yarn test:stress

DOCUMENTATION

Build documentation: yarn docs

Run local documentation site: cd website && yarn start

Build & deploy documentation: yarn docs:publish

Disclaimer

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.