https://github.com/nascentxyz/hummingbird
Smart contract interaction tool. Connect and interact with localhost smart contracts.
https://github.com/nascentxyz/hummingbird
hummingbird nextjs smart-contracts
Last synced: 3 days ago
JSON representation
Smart contract interaction tool. Connect and interact with localhost smart contracts.
- Host: GitHub
- URL: https://github.com/nascentxyz/hummingbird
- Owner: nascentxyz
- License: mit
- Created: 2021-03-07T04:13:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-12T19:41:39.000Z (over 4 years ago)
- Last Synced: 2025-10-06T17:02:54.419Z (3 days ago)
- Topics: hummingbird, nextjs, smart-contracts
- Language: TypeScript
- Homepage: https://interaction.vercel.app/
- Size: 477 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hummingbird


Smart contract interaction tool. Connect and interact with localhost smart contracts.
## Getting Started
First, run the development server:
```bash
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.ts`. The page auto-updates as you edit the file.
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.