Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openlawteam/Artblocks-Contract
https://github.com/openlawteam/Artblocks-Contract
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openlawteam/Artblocks-Contract
- Owner: openlawteam
- Created: 2021-05-07T01:46:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T14:35:37.000Z (over 3 years ago)
- Last Synced: 2024-05-01T07:31:27.834Z (7 months ago)
- Size: 1.31 MB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### install
node 10.x`npm i`
### compile
`npx buidler compile`### deploy
create a `.env` file at the root with two vars
```
PROTOTYPE_BR_INFURA_KEY=074e3b1da7000000
PRIVATE_KEY=61e7f869e9d9b2b000000
````npx buidler run ./scripts/1_deploy_gen_art_721.js --network ropsten`
`npx buidler run ./scripts/2_add_project.js --network ropsten`