Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ethereum 컴포넌트 추가 #14

Open
seungwongo opened this issue Jan 4, 2019 · 6 comments
Open

Ethereum 컴포넌트 추가 #14

seungwongo opened this issue Jan 4, 2019 · 6 comments
Assignees

Comments

@seungwongo
Copy link
Contributor

https://github.com/ethereumjs/ethereumjs-units

Units.convert('1', 'eth', 'wei') // '1000000000000000000'
Units.convert('1', 'wei', 'eth') // '0.000000000000000001'
Units.convert('1', 'finney', 'eth') // '0.001'

input 박스와 조회용(div,span 등)에 이더리움 단위변환

@seungwongo
Copy link
Contributor Author

암호화폐 가격 컴포넌트
cryptocurrency price api(무료)를 이용해서 암호화폐 종류에 따라 가격을 보여주는 컴포넌트

@seungwongo
Copy link
Contributor Author

table 컴포넌트

@lbj90
Copy link
Contributor

lbj90 commented Jan 4, 2019

암호화폐 가격 컴포넌트
cryptocurrency price api(무료)를 이용해서 암호화폐 종류에 따라 가격을 보여주는 컴포넌트

API 키가 들어가야 할텐데, 회사에서 관리하는 계정을 주셔야 할 것 같습니다.

lbj90 added a commit that referenced this issue Jan 4, 2019
lbj90 added a commit that referenced this issue Jan 4, 2019
@seungwongo
Copy link
Contributor Author

@lbj90
https://api.cryptonator.com/api/full/eth-usd

위에 api url 접속하면, key 없이 바로 암호화폐 금액 할수 있어요.

@lbj90
Copy link
Contributor

lbj90 commented Jan 4, 2019

@seungwongo 열심히 만들고 있었는데 갑자기 ajax 호출 막히네요..

@lbj90
Copy link
Contributor

lbj90 commented Jan 4, 2019

일단 서브도메인을 www. 으로 바꾸니까 다시 되긴하는데 계속 될지 모르겠습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants