pyth-crosschain/governance/xc_admin/packages/xc_admin_frontend
Guillermo Bescos ccbd38a0e6 fix: xc-admin build 2024-04-23 19:37:18 +01:00
..
components feat(xc_admin_frontend): parse entropy and executor abis (#1481) 2024-04-23 00:15:36 +05:30
contexts Remove proposer squad (#1273) 2024-02-01 18:56:24 +00:00
hooks chore: env variables for rpcs (#1407) 2024-03-29 17:51:56 +00:00
images change voted icon (#684) 2023-03-11 11:18:11 +09:00
mappings feat(xc-admin): add price feed council signers (#1413) 2024-04-03 15:48:10 +09:00
pages chore: publish xc-admin to ghcr (#1406) 2024-03-28 18:24:52 +00:00
public [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
styles Xc admin frontend refactor (#964) 2023-07-20 12:18:05 +02:00
types [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
utils fix: xc-admin build 2024-04-23 19:37:18 +01:00
.eslintignore [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
.eslintrc.json [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
.gitignore feat(xc-admin): add council address mapping (#1348) 2024-03-12 12:37:17 +09:00
.prettierignore [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
.prettierrc [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
Dockerfile fix(governance/xc_admin): add complete dependencies to the dockerfile (#1369) 2024-03-18 20:22:30 +01:00
README.md Fix lerna command (#675) 2023-03-09 13:34:05 +09:00
next-seo.config.js [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
next.config.js [xc-admin] Contract management tool (#885) 2023-06-15 07:17:20 -07:00
package.json feat(xc_admin_frontend): parse entropy and executor abis (#1481) 2024-04-23 00:15:36 +05:30
postcss.config.js [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
tailwind.config.js [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
tsconfig.json Expose pythnet message buffer idls (#865) 2023-06-09 14:10:28 +02:00

README.md

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

pyth-crosschain % npm install
pyth-crosschain % npx lerna run build --scope xc_admin_frontend --include-dependencies
pyth-crosschain % cd governance/xc_admin/packages/xc_admin_frontend
xc_admin_frontend % npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the code. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.