Skip to content

Commit

Permalink
Update readme , change name and update packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
elenabardho committed Jan 29, 2025
1 parent 023d03c commit c2d24f0
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Credential Manager App Project Codeowners
# Intersect Council Toolkit App Project Codeowners

# These owners will be the default owners for everything in the repository.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Credential Manager App
# Intersect Council Toolkit App

Welcome to the Credential Manager App repository.
Welcome to the Intersect Council Toolkit App repository.

## Introduction

Expand Down
22 changes: 20 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Starter Next.js TypeScript
# Intersect Council Toolkit App

Start a new project on Next.js App route.
This App will allow Intersect council to be able to vote on governance actions , by connecting their wallet to this app.

## Table of Contents

1. [Usage](#usage)
2. [Architecture](#architecture)
3. [License](#license)

## Usage

1. Connect your wallet to a wallet web extension of your choice.
2. Make sure you are on the mainnet or pre-prod for testing.
3. Paste your unsigned transaction on the input box, then click check transaction.
4. If the unsigned transaction passes all validity checks you will be able to sign the transaction and get the signature.

## Architecture
![Architecture](.public/images/v1-diagram.png)

## License
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { MeshProviderApp } from "@/providers/meshProvider";
import "@meshsdk/react/styles.css";

export const metadata: Metadata = {
title: "Credential Manager",
description: "Intersect Credential Manager Dapp",
title: "Intersect Council Toolkit",
description: "Intersect Council Toolkit Dapp",
};

export default function RootLayout({
Expand Down
9 changes: 1 addition & 8 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ import { Container, Typography, Box } from "@mui/material";

export default function Home() {
return (
// <main>
// <h1 className="font-bold uppercase mr-auto">Credential Manager App</h1>
// <div className="ml-auto">
// <Wallet />
// <TransactionButton />
// </div>
// </main>
<Box
sx={{
backgroundImage: 'url(/background.png)',
Expand Down Expand Up @@ -41,7 +34,7 @@ export default function Home() {
</svg>
</Box>
<Typography variant="h4" component="h1" fontWeight="bold" textTransform="uppercase" mb={3} textAlign="center" paddingTop={2}>
Credential Manager App
Intersect Council Toolkit
</Typography>

<Box display="flex" flexDirection="column" alignItems="center" width="100%">
Expand Down
4 changes: 2 additions & 2 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "credential-manager-app",
"name": "council-toolkit-app",
"version": "1.0",
"private": true,
"scripts": {
Expand Down

0 comments on commit c2d24f0

Please sign in to comment.