-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Frontend Template App #80
Conversation
frontend/app/_generated/generated-abstract/cosmwasm-codegen/Board.client.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Interchain Adair <[email protected]>
Co-authored-by: Interchain Adair <[email protected]>
Co-authored-by: Interchain Adair <[email protected]>
Co-authored-by: Interchain Adair <[email protected]>
Co-authored-by: Interchain Adair <[email protected]>
Co-authored-by: Interchain Adair <[email protected]>
Co-authored-by: Interchain Adair <[email protected]>
frontend/README.md
Outdated
1. Clone the repository: | ||
``` | ||
git clone [email protected]:AbstractSDK/templates.git | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Clone the repository: | |
``` | |
git clone [email protected]:AbstractSDK/templates.git | |
``` | |
1. Generate the template: |
cargo generate --git https://github.com/AbstractSDK/templates.git --name
frontend/abstract.config.ts
Outdated
plugins: [ | ||
react(), | ||
vanilla({ | ||
enableAppstractAppFor: ['board'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
enableAppstractAppFor: ['board'] | |
enableAppstractAppFor: ['{{app_name | snake_case}}'] |
frontend/abstract.config.ts
Outdated
path: "../contracts/{{app_name | snake_case}}/schema/", | ||
namespace: "{{project-name | kebab_case}}", | ||
version: "0.1.0", | ||
moduleType: "adapter", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's assume that most modules will be apps
moduleType: "adapter", | |
moduleType: "app", |
Co-authored-by: Interchain Adair <[email protected]>
https://www.loom.com/share/6deaa4f45f4e4d3f9f1c65f51b0fff87?sid=8e599b32-b1b1-4c78-ade0-9d033f42a8b8
This PR includes a Abstract Money template app with the following functionalities:
useCreateAccountMonarchy
to create an account