KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
contracts
★ 13
Open GitHub ↗
Smart contracts for OPRHub protocol ✌🏻
Download README (.md)
Explore Similar Repositories
vsif2vcd
:
Utility to decompile VCD files from scenes.image file.
VK-Unicorn
:
VK Unicorn сканирует паблики твоего города и ищет там странички девушек, которые не против познакомиться
smallest-enclosing-circle
:
An implementation of Welzl's algorithm for calculating the smallest enclosing circle of a set of points
keep
:
playing with resumable computations
fivem-mechanicjob
:
MechanicJob made for FiveM
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
contracts
?
Download (.md)
# Hubble-Project > Watch your assets move at light speed! The hubble project is a framework to create programmable rollups with mass migration capabilities. ## Compile ```bash $ npm run compile ``` ## Migrate ```bash $ npm run migrate ``` Post running migrations you can see a `contractAddresses.json` file with all the addresses for all deployed contracts. ## Run tests ```bash $ npm run generate $ npm run ganache $ npm run test ``` NOTE: Please use node v10.13.0