Soos3D (soos3d)

soos3d

Geek Repo

Company:Particle Network

Location:Brazil

Home Page:http://www.davideai.dev/

Twitter:@web3Dav3

Github PK Tool:Github PK Tool

Soos3D's repositories

Retrive-and-display-pending-transactions-Web3.py

This script allows a user to input a HTTPS endpoint for a network based on the EVM, then displays the last block number and a list of pending transaction hash.

connect-metamask-to-webpage

This is the basic JS code needed to connect a webpage to MetaMask, use it to develop your dApp!

Language:HTMLLicense:MITStargazers:4Issues:2Issues:0

solidity-fundamentals

Here you will find .sol files containing notes and explanations about the basics of the solidity smart contracts language. These are meant to be used to have examples about the syntax and very brief explanations. I recommend to use the Remix IDE to test them.

Language:SolidityStargazers:3Issues:2Issues:0

Web3.py-estimate-gas-fees

This script shows how you can estimate gas fees on an EVM blockchain, using a Chainstack node. You can use it to simply retrieve information to create an app like eth gas station, or to calculate how much the gas fee should be when sending a transaction using a bot written using web3.py.

Language:PythonStargazers:3Issues:2Issues:0

dad-jokes-python

These are multiple python scripts to fetch dad jokes from https://icanhazdadjoke.com API.

Language:PythonStargazers:2Issues:2Issues:0

learn-vyper-basics

Here you will find .vy files containing notes and explanations about the basics of the Vyper smart contracts language. These are meant to help you get used to the syntax.

Language:VyperLicense:MITStargazers:2Issues:2Issues:0

Web3.py-Retrieve-and-display-block-data

This script uses the web3.py library to access a blockchain and retrieve and display the latest block's information in the console.

Language:PythonLicense:MITStargazers:2Issues:2Issues:0

checkout_program

Simple python script that allows a use to input prices of item. The program will keep track of how many item were inserted, then give the subtotal of each item addition, total, and average price.

Language:PythonStargazers:1Issues:2Issues:0

mint-erc721-tokens

Here you can find a smart contract example and instructions on how to manually mint ERC721 tokens, including metadata using Filebase and IPFS.

Language:SolidityLicense:MITStargazers:1Issues:2Issues:0

Solidity-next-steps

Here you will find .sol files containing notes and explanations about the inheritance, ERC20, and ERC721 smart contracts in the solidity smart language. These are meant to be used to have examples about the syntax and very brief explanations. I recommend to use the Remix IDE to test them.

Language:SolidityStargazers:1Issues:2Issues:0

transfer-between-accounts-with-web3.py

This code is the base in web3.py to send tokens between accounts.

Language:PythonLicense:MITStargazers:1Issues:2Issues:0

Web3.py-Interact-with-the-Blockchain-

Here you will find the code from my Skillshare class WEB3.py: Interact with the Blockchain

Language:PythonStargazers:1Issues:2Issues:0

Arithmetic-Formatter

Arithmetic Formatter project from freecodecamp. Use this as reference if you get stuck and not to just copy/paste. I'm a beginner in Python so the code is not too "beautiful", but it works!!

Language:PythonStargazers:0Issues:2Issues:0

ethereum-developer-tools-list

A guide to available tools and platforms for developing on Ethereum.

Stargazers:0Issues:0Issues:0

EVM-web3-safe

Learn some Solidity, some Python and Javascript libraries, some front-end development, and working with the Ape framework by building your own web3 safe where you can save your tokens!

Language:SolidityLicense:MITStargazers:0Issues:2Issues:0

find-rimes-in-python

This python scrip allows to find words that rime with a word that the user inputs using the datamuse API.

Language:PythonLicense:MITStargazers:0Issues:2Issues:0

fix-URLs-mini-JavaScript-project

This, is a mini JavaScript project to show some string manipulation and if statement logic. Making practical applications is the best way to learn, even if it's something this simple.

Language:JavaScriptLicense:MITStargazers:0Issues:2Issues:0

free-Web3-resources

A list of FREE resources to make Web3 accessible to everyone.

Language:HTMLLicense:MITStargazers:0Issues:1Issues:0

recommend-a-movie

This python scripts prompt the user to type the title of a movie, calls the tastedive.com API and gives a list of 20 movies similar to the one the user inserted.

Language:PythonLicense:MITStargazers:0Issues:2Issues:0

seconds_converter

This python script prompts the user to insert seconds and converts them in hours, minutes, seconds, and then displays it in the console. This is a simple script to learn the logic behind these type of conversions.

Language:PythonStargazers:0Issues:0Issues:0