mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-06-20 12:14:10 -04:00
Define clearly how to deploy the contracts
- Use `Deploy ERC20 Poof Cash` part of README to deploy the contracts - Remove build/ and contracts/ since they are generated - Rely on the existing trusted prover / verifier keys from Tornado trusted setup - Automatically change owner to zero address after deploying the ERC20Tornado contract
This commit is contained in:
parent
4d028922e6
commit
d946cf0808
40 changed files with 18 additions and 2143399 deletions
|
@ -23,7 +23,7 @@ async function downloadFile({ url, path }) {
|
|||
}
|
||||
|
||||
async function main() {
|
||||
const release = await axios.get('https://api.github.com/repos/tornadocash/tornado-core/releases/latest')
|
||||
const release = await axios.get('https://api.github.com/repos/poofcash/poof-core/releases/latest')
|
||||
const { assets } = release.data
|
||||
if (!fs.existsSync(circuitsPath)){
|
||||
fs.mkdirSync(circuitsPath, { recursive: true })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue