Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/komefumi/web3-trial-ichi
https://github.com/komefumi/web3-trial-ichi
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/komefumi/web3-trial-ichi
- Owner: Komefumi
- Created: 2023-11-21T12:53:27.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-22T05:17:25.000Z (about 1 year ago)
- Last Synced: 2023-11-22T14:30:51.416Z (about 1 year ago)
- Language: TypeScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web3-trial-ichi
Basic Web3 Project
Transfers funds from specified contract (assumed to have a 'transferFunds' function), to desired wallet
Note: Made using bun!
## Usage
```bash
bun
```or with node
```bash
npx tsx
```TODO: Make work using standard node.js