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

https://github.com/ronanyeah/sol-dapp-v2


https://github.com/ronanyeah/sol-dapp-v2

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Sol Dapp v2

An exploration of the new Solana web3.js SDK.

- [Demo](https://solana-dapp-v2.netlify.app/)
- [SDK docs](https://github.com/solana-labs/solana-web3.js/tree/master/packages/library)

## Requirements
- [npm CLI](https://docs.npmjs.com/)

---

## How to fetch dependencies
- `npm install`

## How to build
- `npm run build`

## How to develop
- `npm run watch`
- Navigate to [localhost:8000](http:localhost:8000).