- This is my strategy and my holdings, not advice.
- This is my life strategy: "Never sell all. Only sell 50% when it's life changing money."
- My day to day strategy is, 90% cold storage, 10% on an exchange (FTX) so i can buy the dips.
- I no-longer trade derivatives or use leverage.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import openai | |
import os | |
from halo import Halo | |
# Get the openai token from the OPENAI_TOKEN env variable and store it in openai_token | |
openai.api_key = os.environ.get('OPENAI_TOKEN') | |
system_prompt="""You are an expert golang microservice engineer. You will be given a description of a microservice to create and your output should be something we can pipe into bash such that it creates all the files required. | |
For example, if you wanted to create a directory and two files you would output: | |
mkdir user-service; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: MIT | |
pragma solidity ^0.8.7; | |
import "@chainlink/contracts/src/v0.8/ChainlinkClient.sol"; | |
contract APIConsumer is ChainlinkClient { | |
using Chainlink for Chainlink.Request; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: GPL-3.0 | |
pragma solidity >=0.7.0 <0.9.0; | |
import "https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-contracts/master/contracts/token/ERC721/presets/ERC721PresetMinterPauserAutoId.sol"; | |
interface TreeToken { | |
function burnFrom(address, uint) external; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// contracts/GLDToken.sol | |
// SPDX-License-Identifier: MIT | |
pragma solidity ^0.8.3; | |
import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; | |
import "@openzeppelin/contracts/token/ERC20/presets/ERC20PresetMinterPauser.sol"; | |
contract TreeToken is ERC20PresetMinterPauser { | |
constructor() ERC20PresetMinterPauser("TreeDAO Tree Token", "Trees") { | |
_mint(0xE0743ac9a31C40f3808908708a7a0a0CFC308c2e, 3500000000000000400); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x8Fa34344a3D1F12cF077bFF904604A8979E87041 | |
Metadata of "nftree" was published successfully. | |
contracts/5_NFTree.sol : | |
dweb:/ipfs/QmYWXha5P4iWHXUwjsZgeHpitbvjJBLaHvFBVT63CkojjX | |
https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-contracts/master/contracts/access/AccessControl.sol : |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from web3 import Web3 | |
import web3 | |
from random import randrange | |
from eth_account.messages import encode_defunct | |
# This is a server module. It runs on the Anvil server, | |
# rather than in the user's browser. | |
# | |
# To allow anvil.server.call() to call functions here, we mark | |
# them with @anvil.server.callable. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0xa47d20159c503727dFA933E6f1229f09b1f3eef9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: GPL-3.0 | |
pragma solidity >=0.7.0 <0.9.0; | |
import "https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-contracts/master/contracts/token/ERC721/presets/ERC721PresetMinterPauserAutoId.sol"; | |
interface TreeToken { | |
function burnFrom(address, uint) external; |
-
At Fronted our mission is to make renting less stressful, starting by giving renters another option for how to pay their rental security deposit. Our research tells us that there's millions of people trapped in sub-optimal living conditions, who'd move into places of their own, if they had the cash to front a rental deposit.
-
We're at the beginning of our journey, launching before the end of the year as part of the FCA Sandbox https://www.fca.org.uk/firms/regulatory-sandbox/regulatory-sandbox-cohort-6
-
Small team (3-4 engineers including CTO and CPO). Team is Ex-Monzo, Apple, Bud, Zego https://techcrunch.com/2020/08/27/passion-capital-has-backed-fronted/
-
Remote, London Timezone +- 3hrs ok but must be tax resident in the UK
NewerOlder