System: Debian/Ubuntu/Fedora. Might work for others as well.
As mentioned here, to update a go version you will first need to uninstall the original version.
To uninstall, delete the /usr/local/go directory by:
| import { defineConfig } from "vite"; | |
| import { qwikVite } from "@builder.io/qwik/optimizer"; | |
| import { qwikCity } from "@builder.io/qwik-city/vite"; | |
| import tsconfigPaths from "vite-tsconfig-paths"; | |
| import { qwikReact } from "@builder.io/qwik-react/vite"; | |
| import { NodeGlobalsPolyfillPlugin } from '@esbuild-plugins/node-globals-polyfill' | |
| import { NodeModulesPolyfillPlugin } from '@esbuild-plugins/node-modules-polyfill' | |
| import rollupNodePolyFill from "rollup-plugin-node-polyfills"; | |
| import builtins from "rollup-plugin-node-builtins"; | |
| export default defineConfig(() => { |
| - find price of tree seed api | |
| - put it in chainlink oracle | |
| - minting seed nft based on chainlink oracle | |
| - calculate how much carbon offset when you buy nft tree seed | |
| - create random image using dall e by boris dayma then mint it with some traits including how much co2 it store, and some basic knowledge bout the trees | |
| basically i wanna create dynamic price nft based on seed price api chainlink oracle | |
| some reference on what trees you should plant | |
| - https://learn.eartheasy.com/articles/10-carbon-storing-trees-and-how-to-plant-them/ |
| version: "3.9" | |
| services: | |
| db: | |
| image: mysql:5.7 | |
| volumes: | |
| - db_data:/var/lib/mysql | |
| restart: always | |
| environment: | |
| MYSQL_ROOT_PASSWORD: somewordpress |
System: Debian/Ubuntu/Fedora. Might work for others as well.
As mentioned here, to update a go version you will first need to uninstall the original version.
To uninstall, delete the /usr/local/go directory by:
| { | |
| "compilerOptions": { | |
| "target": "es5", | |
| "lib": [ | |
| "dom", | |
| "dom.iterable", | |
| "esnext" | |
| ], | |
| "allowJs": true, | |
| "skipLibCheck": true, |
| { | |
| "public":{ | |
| "chainName": "Bluzelle TestNet Public Curie 2", | |
| "chainId": "curium", | |
| "gtm": "{Add your Google Tag Manager ID here}", | |
| "slashingWindow": 10000, | |
| "uptimeWindow": 250, | |
| "initialPageSize": 30, | |
| "secp256k1": false, | |
| "bech32PrefixAccAddr": "bluzelle", |
| { | |
| "public":{ | |
| "chainName": "Cosmos", | |
| "chainId": "net-6", | |
| "gtm": "{Add your Google Tag Manager ID here}", | |
| "slashingWindow": 10000, | |
| "uptimeWindow": 250, | |
| "initialPageSize": 30, | |
| "secp256k1": false, | |
| "bech32PrefixAccAddr": "bluzelle", |