https://github.com/markmhendrickson/bimba-coin
https://github.com/markmhendrickson/bimba-coin
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/markmhendrickson/bimba-coin
- Owner: markmhendrickson
- Created: 2020-11-27T16:14:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T10:21:38.000Z (about 5 years ago)
- Last Synced: 2025-03-05T05:43:14.792Z (over 1 year ago)
- Language: JavaScript
- Homepage: bimba-coin.vercel.app
- Size: 670 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an app for experimenting with $BIMBA coin on [Stacks](https://stacks.org/).
All the interesting stuff is in [`index.js`](pages/index.js) (e.g. authentication and transaction signing calls).

## Getting Started
```bash
npm install
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.