Pinned Repositories
fuel-bridge
The canonical Fuel bridge mono repo.
sway
🌴 Empowering everyone to build reliable and efficient smart contracts.
sway-applications
Swaypplications
sway-standard-implementations
Production ready implementations of the Sway standards
sway-standards
SRC Standards set for the Sway language
CloneContractDemos
This repo demos usage of Openzeppelin's clone library in order to improve the deployment of factory smart contracts in certain conditions
DapptoolsDemo1
A basic dapptools project, with simple fuzzing
DapptoolsDemo2
OnChainNFTS
This repo contains a smart contract project, in which NFTs are created that have all metadata on-chain and are created with verifiably random SVG paths
OpenWebWalletConnectors3
This is a minimalistic project to connect to metamask using web3-react in nextjs / react
K1-R1's Repositories
K1-R1/CloneContractDemos
This repo demos usage of Openzeppelin's clone library in order to improve the deployment of factory smart contracts in certain conditions
K1-R1/DapptoolsDemo1
A basic dapptools project, with simple fuzzing
K1-R1/OnChainNFTS
This repo contains a smart contract project, in which NFTs are created that have all metadata on-chain and are created with verifiably random SVG paths
K1-R1/aaveQuantDefi
Put down collateral, Borrow, and repay a loan from Aave! Use this to short assets and accrue interest.
K1-R1/fullStackDefiDemo1
This is a demo repo to build a full stack defi staking application for basic yield farming, borrowing and lending
K1-R1/FundMe1
A smart contract that allows anyone to fund it, but only the owner to withdraw
K1-R1/OpenWebWalletConnectors5
This is a minimalistic project to connect to metamask using web3modal in nextjs / react.
K1-R1/OurToken
A simple ERC20 token contract
K1-R1/SimpleStoarge1
A basic contract to store values and associate them with an alias
K1-R1/SimpleStorage2
A reconstruction of SimpleStoarge1, utilising the brownie framework
K1-R1/SmartContractLottery
A repeatable smart contract lottery
K1-R1/TransparantProxyUpgrades
This repo uses the Transparent Proxy pattern for upgrading smart contracts.