https://github.com/ronanyeah/sol-dapp-v2
https://github.com/ronanyeah/sol-dapp-v2
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ronanyeah/sol-dapp-v2
- Owner: ronanyeah
- Created: 2023-10-27T19:12:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T19:38:02.000Z (about 2 years ago)
- Last Synced: 2025-03-30T11:34:13.361Z (about 1 year ago)
- Language: Elm
- Homepage: https://solana-dapp-v2.netlify.app/
- Size: 249 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).