wyvern-ethereum
Project Wyvern Ethereum Smart Contracts
파일 탐색기
최종 버전 다운로드 (.zip)- AUDIT_SPEC.md
- solidified_audit_report.pdf
- AUDIT_RESPONSE.md
- AUDIT_SPEC.md
- solidified_v2_audit_report.pdf
- AUDIT_SPEC.md
- ArrayUtils.json
- AuthenticatedProxy.json
- BasicToken.json
- BurnableToken.json
- DelayedReleaseToken.json
- DelegatedShareholderAssociation.json
- DelegateProxy.json
- ERC20.json
- ERC20Basic.json
- Exchange.json
- ExchangeCore.json
- MerkleProof.json
- Migrations.json
- Ownable.json
- OwnableDelegateProxy.json
- OwnedUpgradeabilityProxy.json
- OwnedUpgradeabilityStorage.json
- Proxy.json
- ProxyRegistry.json
- ReentrancyGuarded.json
- SafeMath.json
- SaleKindInterface.json
- StandardToken.json
- TestDAO.json
- TestStatic.json
- TestToken.json
- TokenLocker.json
- TokenRecipient.json
- TokenTransferProxy.json
- UTXORedeemableToken.json
- WyvernAtomicizer.json
- WyvernDAO.json
- WyvernDAOProxy.json
- WyvernExchange.json
- WyvernProxyRegistry.json
- WyvernToken.json
- WyvernTokenTransferProxy.json
- ArrayUtils.sol
- ReentrancyGuarded.sol
- TokenLocker.sol
- TokenRecipient.sol
- DelegatedShareholderAssociation.sol
- DelegateProxy.sol
- Exchange.sol
- ExchangeCore.sol
- SaleKindInterface.sol
- LICENSE
- OwnedUpgradeabilityProxy.sol
- OwnedUpgradeabilityStorage.sol
- Proxy.sol
- AuthenticatedProxy.sol
- OwnableDelegateProxy.sol
- ProxyRegistry.sol
- TokenTransferProxy.sol
- DelayedReleaseToken.sol
- UTXORedeemableToken.sol
- Migrations.sol
- TestDAO.sol
- TestStatic.sol
- TestToken.sol
- WyvernAtomicizer.sol
- WyvernDAO.sol
- WyvernDAOProxy.sol
- WyvernExchange.sol
- WyvernProxyRegistry.sol
- WyvernToken.sol
- WyvernTokenTransferProxy.sol
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- bundle.js
- bundle.js.map
- CNAME
- index.html
- styles.css
- abi.js
- bytecode.js
- contract.js
- contractDropdown.js
- method.js
- methods.js
- shortAddressLink.js
- source.js
- favicon.png
- hljs-atom-one.css
- responsive.css
- style.scss
- _template.jsx
- index.md
- json.jsx
- md.jsx
- .gitignore
- config.toml
- gatsby-node.js
- html.js
- package.json
- yarn.lock
- 1_initial_migration.js
- 2_deploy_test_token_and_dao.js
- 3_deploy_token_and_dao.js
- 4_misc.js
- 5_deploy_registry_and_exchange.js
- config.js
- analyze.sh
- compile.sh
- coverage.sh
- develop.sh
- doc.sh
- flatten.sh
- lint.sh
- test.sh
- testrpc.sh
- travis_coverage.sh
- travis_prep.sh
- travis_test.sh
- aux.js
- test-dao.js
- test-token.js
- wyvern-dao-proxy.js
- wyvern-dao.js
- wyvern-exchange-misc.js
- wyvern-exchange-static.js
- wyvern-exchange.js
- wyvern-proxy-registry.js
- wyvern-token.js
- .doxityrc
- .eslintrc.yml
- .gitignore
- .gitmodules
- .solcover.js
- .soliumignore
- .soliumrc.json
- .travis.yml
- config.json
- LICENSE
- package.json
- README.md
- truffle-config.js
- truffle.js
- utxo-merkle-proof
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/ProjectWyvern/wyvern-ethereum
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd wyvern-ethereum
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
yarn
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
yarn testrpc
이 명령어를 터미널에 그대로 입력해 실행하세요.
yarn compile
이 명령어를 터미널에 그대로 입력해 실행하세요.
yarn test
이 명령어를 터미널에 그대로 입력해 실행하세요.
yarn lint
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
