Jasmine90e

Jasmine90e

Geek Repo

Github PK Tool:Github PK Tool

Jasmine90e's starred repositories

go-kzg-ceremony-client

Ethereum EIP-4844 KZG Powers of Tau ceremony client

Language:GoLicense:MITStargazers:73Issues:0Issues:0

rust-unofficial_awesome-rust

A curated list of Rust code and resources.

Language:RustLicense:CC0-1.0Stargazers:1Issues:0Issues:0

dotfiles

🥾 _b00t_: The poly-cloud, poly-architecture, poly-lingua ultimate startup engineering toolkit/repo for elastic ventures ("elastic: those with high automata & ML and minimal footprint") ...... a fzf menu + voice cli, chat-bot, ai operations infrastructure.

Language:ShellStargazers:6Issues:0Issues:0

eva.c0re

EV Assistant Public Core

Language:HTMLLicense:BSD-3-ClauseStargazers:1Issues:0Issues:0

langchain

⚡ Building applications with LLMs through composability ⚡

License:MITStargazers:1Issues:0Issues:0
Language:ShellLicense:CC0-1.0Stargazers:2Issues:0Issues:0

cocoapods-integration-specs

The integration specs of CocoaPods

Language:Objective-CStargazers:23Issues:0Issues:0

cocoapods-repo-update

A CocoaPods plugin that updates your specs repos on pod install if needed.

Language:RubyLicense:GPL-2.0Stargazers:28Issues:0Issues:0
License:Apache-2.0Stargazers:1Issues:0Issues:0

tcr

A generic token-curated registry

Language:JavaScriptLicense:Apache-2.0Stargazers:278Issues:0Issues:0

jasmine

// TypeScript import CoinbaseWalletSDK from '@coinbase/wallet-sdk' import Web3 from 'web3' const APP_NAME = 'My Awesome App' const APP_LOGO_URL = 'https://example.com/logo.png' const DEFAULT_ETH_JSONRPC_URL = 'https://mainnet.infura.io/v3/<YOUR_INFURA_API_KEY>' const DEFAULT_CHAIN_ID = 1 // Initialize Coinbase Wallet SDK export const coinbaseWallet = new CoinbaseWalletSDK({ appName: APP_NAME, appLogoUrl: APP_LOGO_URL, darkMode: false }) // Initialize a Web3 Provider object export const ethereum = coinbaseWallet.makeWeb3Provider(DEFAULT_ETH_JSONRPC_URL, DEFAULT_CHAIN_ID) // Initialize a Web3 object export const web3 = new Web3(ethereum as any)

Stargazers:1Issues:0Issues:0