Skip to content

Latest commit

 

History

27 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filecoin Onchain Cloud Treasury

Developer 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

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages