Skip to content

Commit

Permalink
Merge pull request #15 from jeffward01/main
Browse files Browse the repository at this point in the history
Added deployment script and 'how-to-deploy' in the Readme
  • Loading branch information
Aboudjem authored Nov 22, 2023
2 parents ae033a3 + e089037 commit a40c92a
Show file tree
Hide file tree
Showing 5 changed files with 550 additions and 204 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ gas-report
/bin/
.env
.DS_Store

node_modules/
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@ These changes are not an attempt to improve or critique the T-Rex standard. They

For a detailed look at the changes, check out the project's [Change Log](./CHANGELOG.md)

## Deployment Instructions

###### Steps

* Navigate to the root project directory
* Ensure Hardhat is installed in the local project directory >> `npm install --save-dev hardhat`
* Run a local Hardhat node (If wanting to deploy locally) >> `npx hardhat node`
* Deploy ERC-3643 Raptor to your local node >> `npx hardhat run --network localhost scripts/deploy.js`
* The deployment script will run and the ERC-3643 Raptor contracts will be deployed

## Thanks

Many thanks to my former colleagues at @TokenySolutions for their exceptional work in developing the original T-Rex standard. My Raptor project is a personal endeavor, a way for me to revisit this impressive work, simplify it, and make it easier to understand.
Expand Down
Loading

0 comments on commit a40c92a

Please sign in to comment.