Skip to content

FilOzone/foc-treasury

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filecoin Onchain Cloud Treasury

Developoer Setup

Install dependencies

This EVM assembler is used to build the proxy.

# https://wjmelements.github.io/evm/#installation

# Clone
git clone https://github.com/wjmelements/evm.git

# Build
make -C evm bin/evm

# Install
sudo install evm/bin/evm /usr/local/bin/

forge (foundry) is used to build solidity projects.

# https://www.getfoundry.sh/introduction/installation

# Install to ~/.foundry/bin
curl -L https://foundry.paradigm.xyz | bash

# Add to path
source ~/.bashrc

# Install latest forge
foundryup

Build

# Clone
git clone --recurse-submodules git@github.com:FilOzone/foc-treasury.git

# Build
make

# Test
make test

# TODO Deploy

About

Filecoin Onchain Cloud Treasury

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published