https://github.com/e00dan/brownie-contract-deploy-godwoken
https://github.com/e00dan/brownie-contract-deploy-godwoken
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/e00dan/brownie-contract-deploy-godwoken
- Owner: e00dan
- Created: 2021-05-12T17:45:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T12:15:16.000Z (about 5 years ago)
- Last Synced: 2025-01-25T23:45:40.170Z (over 1 year ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Prerequisites:
- https://www.python.org/
- https://github.com/eth-brownie/brownie
- https://github.com/RetricSu/godwoken-kicker
Before running deploy add account and network to Brownie:
```
brownie accounts new 0 # and pass private key, this account needs to have CKB deposited on Layer 2 in Godwoken
yarn brownie:godwoken:add
```
Deploy:
```
git clone git@github.com:Kuzirashi/brownie-contract-deploy-godwoken.git
yarn
yarn build
yarn deploy:godwoken
```