manuel040192 / solana-intro-frontend

Solana Intro Frontend

Home Page:solana-intro-frontend-theta.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solana Intro Frontend

https://solana-intro-frontend-manuel040192.vercel.app/

Información destacada:

  • Adición de los códigos const [accountExec, setAccountExec] = useState(false); y de

    {Is it executable? ${accountExec ? 'Yep.' : 'Nope.'}}

    en el archivo pages/index.tsx.

  • Especificación del tipo de dato de address en address: string en los archivos pages/index.tsx y components/AddressForm.tsx.

  • Uso de la interfaz HTMLInputElement, en components/AddressForm.tsx, que provee propiedades y métodos para manipular las opciones, el diseño y la presentación de elementos input.

Highlighted information:

  • Addition of the codes const [accountExec, setAccountExec] = useState(false); y de

    {Is it executable? ${accountExec ? 'Yep.' : 'Nope.'}}

    in the file pages/index.tsx.

  • Specification of the data type of address in address: string in the files pages/index.tsx and components/AddressForm.tsx.

  • Usage of the HTMLInputElement interface, in components/AddressForm.tsx, that provides special properties and methods for manipulating the options, layout and presentation of input elements.

About

Solana Intro Frontend

solana-intro-frontend-theta.vercel.app

License:Mozilla Public License 2.0


Languages

Language:TypeScript 73.9%Language:CSS 22.8%Language:JavaScript 3.3%