tangled
alpha
login
or
join now
tree.fail
/
atnotary
2
fork
atom
Notarize AT Protocol records on Ethereum using EAS (experiment)
2
fork
atom
overview
issues
pulls
pipelines
update (2)
tree.fail
5 months ago
19819818
1895564c
+3
-3
2 changed files
expand all
collapse all
unified
split
package.json
src
lib
notary.ts
+1
-1
package.json
···
1
1
{
2
2
"name": "atnotary",
3
3
-
"version": "0.1.2",
3
3
+
"version": "0.1.3",
4
4
"type": "module",
5
5
"description": "Notarize AT Protocol records on Ethereum using EAS",
6
6
"main": "./dist/lib/index.js",
+2
-2
src/lib/notary.ts
···
3
3
import EASPackage from '@ethereum-attestation-service/eas-sdk';
4
4
const { EAS, SchemaEncoder, SchemaRegistry, NO_EXPIRATION } = EASPackage;
5
5
6
6
-
import type { NotaryConfig, NotarizationResult, AttestationData } from './types';
7
7
-
import { parseRecordURI, hashContent, getExplorerURL } from './utils';
6
6
+
import type { NotaryConfig, NotarizationResult, AttestationData } from './types.ts';
7
7
+
import { parseRecordURI, hashContent, getExplorerURL } from './utils.js';
8
8
9
9
// Default schemas (deployed by atnotary maintainers)
10
10
const DEFAULT_SCHEMAS = {