Add README.md and LICENSE.md
This commit is contained in:
+1
-3
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user