Skip to content

Commit

Permalink
Merge pull request #65 from ixofoundation/develop-smart-accounts
Browse files Browse the repository at this point in the history
Develop smart accounts
  • Loading branch information
Michael-Ixo authored Oct 17, 2024
2 parents 2c57191 + ccb1bd2 commit 529410f
Show file tree
Hide file tree
Showing 407 changed files with 40,788 additions and 2,635 deletions.
9 changes: 8 additions & 1 deletion __tests__/flows/authz.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
import { testMsg, utils } from "../helpers/common";
import { generateNewWallet, testMsg, utils } from "../helpers/common";
import * as Authz from "../modules/Authz";
import * as Entity from "../modules/Entity";
import * as Claims from "../modules/Claims";
import { WalletUsers } from "../helpers/constants";

export const authzBasic = () =>
describe("Testing the cosmos authz module", () => {
// beforeAll(() =>
// Promise.all([
// generateNewWallet(WalletUsers.tester, process.env.ROOT_IMPACTS),
// ])
// );

// tester creates entity
let entityDid = "";
let adminAccount = "";
Expand Down
Loading

0 comments on commit 529410f

Please sign in to comment.