Add README.md and LICENSE.md

This commit is contained in:
nitowa
2023-10-08 22:37:54 +02:00
parent 4079865ab6
commit 4317fd2bbb
5 changed files with 166 additions and 7 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
import { z } from "zod";
import { RJSVM_Implementations, RJSVM_Interface, RJSVM, RJSVM_Config } from "../src/RJSVM/framework/types"
import { DataParser, RJSVM_Builder } from "../src/main";
import { xrp_transaction_hash_schema } from "../src/RJSVM/framework/schemas";
import { DataParser, RJSVM_Builder, RJSVM_Implementations, RJSVM_Interface, RJSVM, RJSVM_Config } from "../src/main";
//Test requirements
import { assert, expect } from 'chai';