How to use @0xcert/cert - 1 common examples

To help you get started, we’ve selected a few @0xcert/cert examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Arianee / arianeeJS / src / core / wallet / services / utilService / utilsService.ts View on Github external
public async cert(schema, data): Promise {
    const cert = new Cert({
      schema: schema
    });

    const cleanData = this.cleanObject(data);

    const certif = await cert.imprint(cleanData);

    return "0x" + certif;
  }

@0xcert/cert

Asset certification module for 0xcert Framework.

MIT
Latest version published 3 years ago

Package Health Score

48 / 100
Full package analysis

Popular @0xcert/cert functions