https://github.com/rustyneuron01/solananftmint
Use Solana-Web3
https://github.com/rustyneuron01/solananftmint
Last synced: 11 months ago
JSON representation
Use Solana-Web3
- Host: GitHub
- URL: https://github.com/rustyneuron01/solananftmint
- Owner: rustyneuron01
- Created: 2022-03-10T13:35:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-04T15:07:42.000Z (about 4 years ago)
- Last Synced: 2025-05-14T07:51:44.679Z (about 1 year ago)
- Language: TypeScript
- Size: 16.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# loanos30-frontend
## Introduction
### Run Solana Validator
### Install
```bash
yarn install
```
### Test
First, build program.
```bash
yarn build
```
Second, get correct `programId`
```bash
solana address -k ./target/deploy/fig_loan-keypair.json
```
Third, replace `programsId`s in `/Anchor.toml` and `/programs/fig-loan/src/lib.rs` with above one.
Finally, run test. (you can skip above steps once you did them.)
```bash
yarn test
```
### Migrate
```bash
yarn migrate
```
## Environment Variables