@usekova/evm 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @stele/evm — Solidity contracts and ethers.js bindings for on-chain anchoring.
3
+ *
4
+ * @packageDocumentation
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,CAAC"}
package/dist/index.js ADDED
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * @stele/evm — Solidity contracts and ethers.js bindings for on-chain anchoring.
4
+ *
5
+ * @packageDocumentation
6
+ */
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;;GAIG"}
package/package.json ADDED
@@ -0,0 +1,34 @@
1
+ {
2
+ "name": "@usekova/evm",
3
+ "version": "0.1.0",
4
+ "description": "Solidity contracts and ethers.js bindings for on-chain anchoring",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "files": [
8
+ "dist"
9
+ ],
10
+ "scripts": {
11
+ "build": "tsc --project tsconfig.json",
12
+ "typecheck": "tsc --noEmit",
13
+ "test": "vitest run"
14
+ },
15
+ "dependencies": {
16
+ "@usekova/types": "0.1.0",
17
+ "@usekova/crypto": "0.1.0",
18
+ "@usekova/core": "0.1.0"
19
+ },
20
+ "publishConfig": {
21
+ "access": "public"
22
+ },
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "https://github.com/agbusiness195/stele",
26
+ "directory": "packages/evm"
27
+ },
28
+ "homepage": "https://stele.dev",
29
+ "bugs": {
30
+ "url": "https://github.com/agbusiness195/stele/issues"
31
+ },
32
+ "author": "Stele Labs, Inc.",
33
+ "license": "MIT"
34
+ }