Note: The series is under construction!
Introduction to Smart Contracts on Cosmos SDK - Part 1
Setting up your enviroment for Contract-enabled Cosmos Networks - Part 2
Support responses
Apr 13, 2024Statelessness is important in Ethereum as it allows for nodes that sync fast to be used, increasing trust assumptions for users due to an increased decentralised verification system. It is also great for state resurrection should we ever decide to prune out the stale state or even delete less relevant states. We will likely keep a state stored elsewhere instead of on full nodes, and should we ever need it, clients can use stateless blocks for execution and verification.
Jun 18, 2023Perfect secrecy
May 12, 2023Project Description: This project aims to develop a Django application that provides a simple email and password authentication system to allow users to sign up and log in. Additionally, the application allows listing all registered users. The project will use Django REST Framework (DRF) to develop a RESTful API. SQLite will be used as the database. Functional Requirements: User Sign Up: The user should be able to sign up by providing their email and password. User Login: The user should be able to log in with their email and password. User List: The application should allow listing all registered users. Authentication: The application should verify the user's credentials before granting access to their account. Authorization: Only authenticated users should be able to access the user list.
Apr 14, 2023or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up