Skip to content

토큰을 발행하고, 이를 사용한 간단한 게임을 제작합니다.

Notifications You must be signed in to change notification settings

chris-chris/azle-simple-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

azle-simple-game

Installation

  1. azle-simple-game 레포지토리를 자신의 계정으로 fork 합니다.

  2. 터미널에서 프로젝트 폴더를 생성하길 원하는 위치로 이동한 후, 다음과 같이 입력합니다.

git clone https://github.com/자신의_계정_아이디/azle-simple-game
  1. 자신의 깃허브 레포지토리가 성공적으로 로컬에 fork 되었다면, 아래와 같이 입력합니다.
dfx start --background --clean
cd azle-simple-game/simple_game
npm install
npm run canister_deploy_local

정상적으로 simple_game 캐니스터가 배포되었는지 확인합니다.

  1. token 캐니스터도 동일하게 배포합니다.
cd ../token
npm install
npm run canister_deploy_local

token 캐니스터도 정상적으로 배포되었는지 확인합니다.

About

토큰을 발행하고, 이를 사용한 간단한 게임을 제작합니다.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.9%
  • Batchfile 6.1%