manuel040192 / gif-portal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://neon-khapse-1bba47.netlify.app/

Web3 App on Solana with React and Rust

Aplicación web que requiere ser conectada a una billetera Phantom para poder crear una cuenta en la que se puedan subir y almacenar GIFs.

Stack de tecnologías: React.js, Windows Subsystem for Linux, Ubuntu, Rust, Anchor, Phantom, Solana/Web3.js, File System, Git y Netlify.

Web app that requires connecting to a Phantom wallet to be able to create an account where you can upload and store GIFs.

Technology stack: React.js, Windows Subsystem for Linux, Ubuntu, Rust, Anchor, Phantom, Solana/Web3.js, File System, Git and Netlify.

El código del programa de Solana de este proyecto está en el archivo lib.rs.

Acerca del código del programa:

El atributo #[derive] es usado junto con Accounts para establecer instrucciones que son pasadas a las funciones del programa con los nombres de los structs StartStuffOff y AddGif usando esos nombres como genéricos en los contextos de las funciones del programa.

The code of the Solana program of this project is in the lib.rs file.

About the program's code:

The #[derive] attribute is used along with Accounts to set instructions that are passed to the program's functions with the names of the structs StartStuffOff and AddGif by using those names as generics in the contexts of the program's functions.

This is an image

This is an image

This is an image

This is an image

About

License:MIT License


Languages

Language:JavaScript 51.9%Language:HTML 18.6%Language:CSS 18.5%Language:Rust 11.0%