Jasmine90e's Stars
skmgoldin/tcr
A generic token-curated registry
jsign/go-kzg-ceremony-client
Ethereum EIP-4844 KZG Powers of Tau ceremony client
wordpress-mobile/cocoapods-repo-update
A CocoaPods plugin that updates your specs repos on pod install if needed.
CocoaPods/cocoapods-integration-specs
The integration specs of CocoaPods
elasticdotventures/dotfiles
🥾 _b00t_: brians dotfiles.
elasticdotventures/elasticdotventures
my template
Jasmine90e/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)
elasticdotventures/eva.c0re
EV Assistant Public Core
elasticdotventures/langchain
⚡ Building applications with LLMs through composability ⚡
elasticdotventures/rust-unofficial_awesome-rust
A curated list of Rust code and resources.
Jasmine90e/Lester-Samuel