-
Notifications
You must be signed in to change notification settings - Fork 45
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
"My first dapp, check readme" #59
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I stayed motivated by the challenge, so I made some additional improvements to my initial code c: |
} | ||
|
||
#[test] | ||
fn test_modify_title() { |
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.
There is no test to indeed see that the auth control is working
…rove ManageTitle component - Updated README.md with comprehensive instructions on setting up the application, deploying the smart contract, and configuring the admin user. - Deployed the smart contract to the Stellar blockchain using Soroban. - Enhanced ManageTitle.tsx component: - Implemented automatic refresh for the list of authorized users. - Added automatic form field clearing after actions like adding a user, modifying the admin, or changing the title. - Improved semantic HTML structure: set contract section titles with larger, bold font.
let user = Address::generate(&env); | ||
|
||
// Autenticar y setear al admin | ||
client.mock_auths(&[MockAuth { |
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.
Esta bien mockeado el auth, pero para testear se deberían revisar las ultimas auths y confirmar que la auth realmente existió. Esto esta mejor que antes de toda maneras
No description provided.