Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/komefumi/web3-trial-ichi


https://github.com/komefumi/web3-trial-ichi

Last synced: about 2 months ago
JSON representation

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