The main Objective of this project is to build end-to-end Web3 dapps on Algorand Blockchain that will help 10 Academy
generate and distribute Non-Fungible Tokens (NFTs) certificates that will represent the successful completion of a weekly challenge to trainees, and allow trainees with NFTs to interact with a smart contract to perform pre-defined actions.
- certificate generation
- distribution,
- value transfer with Algorand NFTs and smart contracts
Skills:
- Building REST and GraphQL APIs
- Building frontend and backend systems
- Connecting with Blockchain Nodes
- Connecting with Distributed File Systems
- Building Web3 dApps
- Extensive unit testing
- Advanced CI/CD
The file acc_detail/operations.py provides a set of functions that can be used to create and interact
with auctions of algorand.
The detailed documentation of **algorand**
and its implementations are found in the link below.
https://developer.algorand.org/docs/
Set up venv (one time):
python3 -m venv venv
Active venv:
. venv/bin/activate
(if your shell is bash/zsh). venv/bin/activate.fish
(if your shell is fish)
Install dependencies:
pip install -r requirements.txt
Install Latest version of Docker Run to test tests:./sandbox up nightly
Create account and transfer blockes based on the algoran reuirments will continue ... .... ...