Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/block-chen/nextjs_wallet_demo
https://github.com/block-chen/nextjs_wallet_demo
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/block-chen/nextjs_wallet_demo
- Owner: Block-Chen
- Created: 2023-10-18T10:04:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T04:33:01.000Z (about 1 year ago)
- Last Synced: 2024-11-09T08:12:43.754Z (about 2 months ago)
- Language: TypeScript
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## API 키 발행 방법
[BLOCKSDK 홈페이지 회원가입](https://blocksdk.com/register)토큰 목록 WEB3 API 토큰 사용
### 1. 시작하기
1. 터미널 실행
2. `git clone https://github.com/Block-Chen/nextjs_wallet_demo.git` 실행하여 저장소 복제
3. 프로젝트 디렉토리로 이동하여 `npm install` 실행
4. 빌드 `next build` , 시작 `next start`.
5. `next dev`로 개발모드로 진행 가능## 디렉토리 구조
```bash
├── src/app
├── api //api 목록
│ └── wallet
│ ├── balance
│ ├── create
│ ├── erc20
│ ├── erc721
│ ├── erc1155
│ └── list
├── wallet //페이지 목록
│ ├── balance
│ ├── create
│ ├── send
│ └── page.tsx
└── page.tsx
```### 4. env 파일 설정
````
NEXT_PUBLIC_BLOCKSDK_TOKEN // blocksdk api 토큰
NEXT_PUBLIC_URL // WEB3 테스트넷 or 메인넷 엔드포인트
NEXT_PUBLIC_NET // 사용할 메인넷(eth,bsc,klay,matic)````
### 라이센스
````
배포 및 변형하여 판매하는 행위가 금지 됩니다
````