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

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.

Awesome Lists containing this project

README

          

# Hummingbird

![Build](https://github.com/nascentxyz/Hummingbird/workflows/Build/badge.svg)
![Publish](https://github.com/nascentxyz/Hummingbird/workflows/Publish/badge.svg)
![Lint](https://github.com/nascentxyz/Hummingbird/workflows/Lint/badge.svg)

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.